#3B6009

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

Shades of Verdun Green #3B6009

Tints of Verdun Green #3B6009

Color information

#3B6009 (or 0x3B6009) is unknown color: approx Verdun Green. HEX triplet: 3B, 60 and 09. RGB value is (59,96,9). Sum of RGB (Red+Green+Blue) = 59+96+9=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6009 is #C49FF6. Grayscale: #4B4B4B. Windows color (decimal): -12886007 or 614459. OLE color: 614459.

HSL color Cylindrical-coordinate representation of color #3B6009: hue angle of 85.52º 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 #3B6009 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB59969-
CMYK0.3900.910.62
HSL85.52º82.86%20.59%-
HSV(B)85.52º90.62%37.65%-
XYZ6.049.321.74-
YUV75.0290.74116.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.98%
GREEN value IS 96 (37.89% from 255) = 58.54%
BLUE value IS 9 (3.91% from 255) = 5.49%
R=35.98%
G=58.54%
B=5.49%

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
Decimal599690.3900.910.6285.5282.8620.59
Hex3B6092705B3E565315
Octal73140114701337612612325
Binary11101111000001001100111010110111111101010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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