#3F6612

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

Shades of Verdun Green #3F6612

Tints of Verdun Green #3F6612

Color information

#3F6612 (or 0x3F6612) is unknown color: approx Verdun Green. HEX triplet: 3F, 66 and 12. RGB value is (63,102,18). Sum of RGB (Red+Green+Blue) = 63+102+18=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #3F6612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6612 is #C099ED. Grayscale: #515151. Windows color (decimal): -12622318 or 1205823. OLE color: 1205823.

HSL color Cylindrical-coordinate representation of color #3F6612: hue angle of 87.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F6612 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB6310218-
CMYK0.3800.820.6
HSL87.86º70%23.53%-
HSV(B)87.86º82.35%40%-
XYZ6.9110.62.25-
YUV80.7692.58115.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.43%
GREEN value IS 102 (40.23% from 255) = 55.74%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=34.43%
G=55.74%
B=9.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63102180.3800.820.687.867023.53
Hex3F6612260523C584618
Octal77146224601227413010630
Binary111111110011010010100110010100101111001011000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,102,18); }

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

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

 a { background-color: rgb(63,102,18); }

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

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

 span { border-color: rgb(63,102,18); }

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