#455520

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

Shades of Verdun Green #455520

Tints of Verdun Green #455520

Color information

#455520 (or 0x455520) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 20. RGB value is (69,85,32). Sum of RGB (Red+Green+Blue) = 69+85+32=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #455520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455520 is #BAAADF. Grayscale: #4A4A4A. Windows color (decimal): -12233440 or 2118981. OLE color: 2118981.

HSL color Cylindrical-coordinate representation of color #455520: hue angle of 78.11º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #455520 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB698532-
CMYK0.1900.620.67
HSL78.11º45.3%22.94%-
HSV(B)78.11º62.35%33.33%-
XYZ5.967.872.57-
YUV74.17104.2124.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.10%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=37.10%
G=45.70%
B=17.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985320.1900.620.6778.1145.322.94
Hex4555201303E434e2d17
Octal10512540230761031165527
Binary100010110101011000001001101111101000011100111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455520; }

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

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

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

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

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

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

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

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