#455120

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

Shades of Verdun Green #455120

Tints of Verdun Green #455120

Color information

#455120 (or 0x455120) is unknown color: approx Verdun Green. HEX triplet: 45, 51 and 20. RGB value is (69,81,32). Sum of RGB (Red+Green+Blue) = 69+81+32=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #455120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455120 is #BAAEDF. Grayscale: #484848. Windows color (decimal): -12234464 or 2117957. OLE color: 2117957.

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

Color convert

RGB698132-
CMYK0.1500.600.68
HSL74.69º43.36%22.16%-
HSV(B)74.69º60.49%31.76%-
XYZ5.667.252.47-
YUV71.83105.52125.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=37.91%
G=44.51%
B=17.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981320.1500.600.6874.6943.3622.16
Hex455120F03C444b2b16
Octal10512140170741041135326
Binary10001011010001100000111101111001000100100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455120; }

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

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

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

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

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

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

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

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