#436016

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

Shades of Verdun Green #436016

Tints of Verdun Green #436016

Color information

#436016 (or 0x436016) is unknown color: approx Verdun Green. HEX triplet: 43, 60 and 16. RGB value is (67,96,22). Sum of RGB (Red+Green+Blue) = 67+96+22=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #436016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436016 is #BC9FE9. Grayscale: #4F4F4F. Windows color (decimal): -12361706 or 1466435. OLE color: 1466435.

HSL color Cylindrical-coordinate representation of color #436016: hue angle of 83.51º 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 #436016 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB679622-
CMYK0.3000.770.62
HSL83.51º62.71%23.14%-
HSV(B)83.51º77.08%37.65%-
XYZ6.649.622.27-
YUV78.8995.89119.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=36.22%
G=51.89%
B=11.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6796220.3000.770.6283.5162.7123.14
Hex4360161E04D3E543f17
Octal10314026360115761247727
Binary10000111100000101101111001001101111110101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436016; }

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

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

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

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

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

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

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

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