#454E20

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

Shades of Verdun Green #454E20

Tints of Verdun Green #454E20

Color information

#454E20 (or 0x454E20) is unknown color: approx Verdun Green. HEX triplet: 45, 4E and 20. RGB value is (69,78,32). Sum of RGB (Red+Green+Blue) = 69+78+32=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 78 - color contains mainly: green. Hex color #454E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454E20 is #BAB1DF. Grayscale: #464646. Windows color (decimal): -12235232 or 2117189. OLE color: 2117189.

HSL color Cylindrical-coordinate representation of color #454E20: hue angle of 71.74º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #454E20 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB697832-
CMYK0.1200.590.69
HSL71.74º41.82%21.57%-
HSV(B)71.74º58.97%30.59%-
XYZ5.446.822.4-
YUV70.06106.52127.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.55%
GREEN value IS 78 (30.86% from 255) = 43.58%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=38.55%
G=43.58%
B=17.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6978320.1200.590.6971.7441.8221.57
Hex454E20C03B45482a16
Octal10511640140731051105226
Binary10001011001110100000110001110111000101100100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454E20; }

 p { color: rgb(69,78,32); }

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

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

 a { background-color: rgb(69,78,32); }

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

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

 span { border-color: rgb(69,78,32); }

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