#3B610B

Color #3B610B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3B610B

Tints of Verdun Green #3B610B

Color information

#3B610B (or 0x3B610B) is unknown color: approx Verdun Green. HEX triplet: 3B, 61 and 0B. RGB value is (59,97,11). Sum of RGB (Red+Green+Blue) = 59+97+11=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #3B610B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B610B is #C49EF4. Grayscale: #4C4C4C. Windows color (decimal): -12885749 or 745787. OLE color: 745787.

HSL color Cylindrical-coordinate representation of color #3B610B: hue angle of 86.51º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B610B is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB599711-
CMYK0.3900.890.62
HSL86.51º79.63%21.18%-
HSV(B)86.51º88.66%38.04%-
XYZ6.149.51.83-
YUV75.8391.41115.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 97 (38.28% from 255) = 58.08%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=35.33%
G=58.08%
B=6.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5997110.3900.890.6286.5179.6321.18
Hex3B61B270593E575015
Octal73141134701317612712025
Binary11101111000011011100111010110011111101010111101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B610B; }

 p { color: rgb(59,97,11); }

 H1.HeaderClassName
 {
   color: #3B610B;
 }
 .AnyTagClassName
 {
   color: #3B610B;
 }
</style>
background-color css

<style>
 a { background-color: #3B610B; }

 a { background-color: rgb(59,97,11); }

 div.DivClassName
 {
   background-color: #3B610B;
 }
 .BgClassName
 {
   background-color: #3B610B;
 }
</style>
border-color css

<style>
 span { border-color: #3B610B; }

 span { border-color: rgb(59,97,11); }

 td.TdClassName
 {
   border-color: #3B610B;
 }
 .TagClassName
 {
   border-color: #3B610B;
 }
</style>