#456116

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

Shades of Verdun Green #456116

Tints of Verdun Green #456116

Color information

#456116 (or 0x456116) is unknown color: approx Verdun Green. HEX triplet: 45, 61 and 16. RGB value is (69,97,22). Sum of RGB (Red+Green+Blue) = 69+97+22=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #456116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456116 is #BA9EE9. Grayscale: #505050. Windows color (decimal): -12230378 or 1466693. OLE color: 1466693.

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

Color convert

RGB699722-
CMYK0.2900.770.62
HSL82.4º63.03%23.33%-
HSV(B)82.4º77.32%38.04%-
XYZ6.879.872.3-
YUV80.0895.22120.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 97 (38.28% from 255) = 51.60%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=36.70%
G=51.60%
B=11.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997220.2900.770.6282.463.0323.33
Hex4561161D04D3E523f17
Octal10514126350115761227727
Binary10001011100001101101110101001101111110101001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456116; }

 p { color: rgb(69,97,22); }

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

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

 a { background-color: rgb(69,97,22); }

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

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

 span { border-color: rgb(69,97,22); }

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