#455020

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

Shades of Verdun Green #455020

Tints of Verdun Green #455020

Color information

#455020 (or 0x455020) is unknown color: approx Verdun Green. HEX triplet: 45, 50 and 20. RGB value is (69,80,32). Sum of RGB (Red+Green+Blue) = 69+80+32=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #455020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455020 is #BAAFDF. Grayscale: #474747. Windows color (decimal): -12234720 or 2117701. OLE color: 2117701.

HSL color Cylindrical-coordinate representation of color #455020: hue angle of 73.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #455020 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB698032-
CMYK0.1400.600.69
HSL73.75º42.86%21.96%-
HSV(B)73.75º60%31.37%-
XYZ5.587.112.44-
YUV71.24105.86126.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=38.12%
G=44.20%
B=17.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980320.1400.600.6973.7542.8621.96
Hex455020E03C454a2b16
Octal10512040160741051125326
Binary10001011010000100000111001111001000101100101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455020; }

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

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

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

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

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

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

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

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