#3B6808

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

Shades of Verdun Green #3B6808

Tints of Verdun Green #3B6808

Color information

#3B6808 (or 0x3B6808) is unknown color: approx Verdun Green. HEX triplet: 3B, 68 and 08. RGB value is (59,104,8). Sum of RGB (Red+Green+Blue) = 59+104+8=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #3B6808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6808 is #C497F7. Grayscale: #4F4F4F. Windows color (decimal): -12883960 or 550971. OLE color: 550971.

HSL color Cylindrical-coordinate representation of color #3B6808: hue angle of 88.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B6808 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB591048-
CMYK0.4300.920.59
HSL88.12º85.71%21.96%-
HSV(B)88.12º92.31%40.78%-
XYZ6.810.851.97-
YUV79.687.59113.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 104 (41.02% from 255) = 60.82%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=34.50%
G=60.82%
B=4.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5910480.4300.920.5988.1285.7121.96
Hex3B6882B05C3B585616
Octal73150105301347313012626
Binary11101111010001000101011010111001110111011000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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