#3F6908

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

Shades of Verdun Green #3F6908

Tints of Verdun Green #3F6908

Color information

#3F6908 (or 0x3F6908) is unknown color: approx Verdun Green. HEX triplet: 3F, 69 and 08. RGB value is (63,105,8). Sum of RGB (Red+Green+Blue) = 63+105+8=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6908 is #C096F7. Grayscale: #515151. Windows color (decimal): -12621560 or 551231. OLE color: 551231.

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

Color convert

RGB631058-
CMYK0.400.920.59
HSL85.98º85.84%22.16%-
HSV(B)85.98º92.38%41.18%-
XYZ7.1511.182.01-
YUV81.3886.59114.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 105 (41.41% from 255) = 59.66%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=35.80%
G=59.66%
B=4.55%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6310580.400.920.5985.9885.8422.16
Hex3F6982805C3B565616
Octal77151105001347312612626
Binary11111111010011000101000010111001110111010110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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