#456216

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

Shades of Verdun Green #456216

Tints of Verdun Green #456216

Color information

#456216 (or 0x456216) is unknown color: approx Verdun Green. HEX triplet: 45, 62 and 16. RGB value is (69,98,22). Sum of RGB (Red+Green+Blue) = 69+98+22=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #456216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456216 is #BA9DE9. Grayscale: #505050. Windows color (decimal): -12230122 or 1466949. OLE color: 1466949.

HSL color Cylindrical-coordinate representation of color #456216: hue angle of 82.89º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #456216 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB699822-
CMYK0.3000.780.62
HSL82.89º63.33%23.53%-
HSV(B)82.89º77.55%38.43%-
XYZ6.9710.062.33-
YUV80.6694.89119.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 98 (38.67% from 255) = 51.85%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=36.51%
G=51.85%
B=11.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6998220.3000.780.6282.8963.3323.53
Hex4562161E04E3E533f18
Octal10514226360116761237730
Binary10001011100010101101111001001110111110101001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456216; }

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

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

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

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

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

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

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

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