#3B6C08

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

Shades of Verdun Green #3B6C08

Tints of Verdun Green #3B6C08

Color information

#3B6C08 (or 0x3B6C08) is unknown color: approx Verdun Green. HEX triplet: 3B, 6C and 08. RGB value is (59,108,8). Sum of RGB (Red+Green+Blue) = 59+108+8=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 108 (42.58% from 255 or 61.71% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 108 - color contains mainly: green. Hex color #3B6C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6C08 is #C493F7. Grayscale: #525252. Windows color (decimal): -12882936 or 551995. OLE color: 551995.

HSL color Cylindrical-coordinate representation of color #3B6C08: hue angle of 89.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B6C08 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB591088-
CMYK0.4500.930.58
HSL89.4º86.21%22.75%-
HSV(B)89.4º92.59%42.35%-
XYZ7.2111.672.1-
YUV81.9586.27111.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.71%
GREEN value IS 108 (42.58% from 255) = 61.71%
BLUE value IS 8 (3.52% from 255) = 4.57%
R=33.71%
G=61.71%
B=4.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5910880.4500.930.5889.486.2122.75
Hex3B6C82D05D3A595617
Octal73154105501357213112627
Binary11101111011001000101101010111011110101011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,108,8); }

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

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

 a { background-color: rgb(59,108,8); }

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

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

 span { border-color: rgb(59,108,8); }

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