#3F6808

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

Shades of Verdun Green #3F6808

Tints of Verdun Green #3F6808

Color information

#3F6808 (or 0x3F6808) is unknown color: approx Verdun Green. HEX triplet: 3F, 68 and 08. RGB value is (63,104,8). Sum of RGB (Red+Green+Blue) = 63+104+8=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6808 is #C097F7. Grayscale: #515151. Windows color (decimal): -12621816 or 550975. OLE color: 550975.

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

Color convert

RGB631048-
CMYK0.3900.920.59
HSL85.62º85.71%21.96%-
HSV(B)85.62º92.31%40.78%-
XYZ7.0410.971.98-
YUV80.886.92115.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36%
GREEN value IS 104 (41.02% from 255) = 59.43%
BLUE value IS 8 (3.52% from 255) = 4.57%
R=36%
G=59.43%
B=4.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6310480.3900.920.5985.6285.7121.96
Hex3F6882705C3B565616
Octal77150104701347312612626
Binary11111111010001000100111010111001110111010110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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