#3F6016

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

Shades of Verdun Green #3F6016

Tints of Verdun Green #3F6016

Color information

#3F6016 (or 0x3F6016) is unknown color: approx Verdun Green. HEX triplet: 3F, 60 and 16. RGB value is (63,96,22). Sum of RGB (Red+Green+Blue) = 63+96+22=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6016 is #C09FE9. Grayscale: #4D4D4D. Windows color (decimal): -12623850 or 1466431. OLE color: 1466431.

HSL color Cylindrical-coordinate representation of color #3F6016: hue angle of 86.76º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F6016 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB639622-
CMYK0.3400.770.62
HSL86.76º62.71%23.14%-
HSV(B)86.76º77.08%37.65%-
XYZ6.389.482.25-
YUV77.796.57117.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.81%
GREEN value IS 96 (37.89% from 255) = 53.04%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=34.81%
G=53.04%
B=12.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396220.3400.770.6286.7662.7123.14
Hex3F60162204D3E573f17
Octal7714026420115761277727
Binary11111111000001011010001001001101111110101011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,22); }

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

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

 a { background-color: rgb(63,96,22); }

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

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

 span { border-color: rgb(63,96,22); }

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