#3B6109

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

Shades of Verdun Green #3B6109

Tints of Verdun Green #3B6109

Color information

#3B6109 (or 0x3B6109) is unknown color: approx Verdun Green. HEX triplet: 3B, 61 and 09. RGB value is (59,97,9). Sum of RGB (Red+Green+Blue) = 59+97+9=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #3B6109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6109 is #C49EF6. Grayscale: #4B4B4B. Windows color (decimal): -12885751 or 614715. OLE color: 614715.

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

Color convert

RGB59979-
CMYK0.3900.910.62
HSL85.91º83.02%20.78%-
HSV(B)85.91º90.72%38.04%-
XYZ6.139.51.77-
YUV75.6190.41116.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.76%
GREEN value IS 97 (38.28% from 255) = 58.79%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=35.76%
G=58.79%
B=5.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal599790.3900.910.6285.9183.0220.78
Hex3B6192705B3E565315
Octal73141114701337612612325
Binary11101111000011001100111010110111111101010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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