#455219

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

Shades of Verdun Green #455219

Tints of Verdun Green #455219

Color information

#455219 (or 0x455219) is unknown color: approx Verdun Green. HEX triplet: 45, 52 and 19. RGB value is (69,82,25). Sum of RGB (Red+Green+Blue) = 69+82+25=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #455219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455219 is #BAADE6. Grayscale: #474747. Windows color (decimal): -12234215 or 1659461. OLE color: 1659461.

HSL color Cylindrical-coordinate representation of color #455219: hue angle of 73.68º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #455219 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB698225-
CMYK0.1600.700.68
HSL73.68º53.27%20.98%-
HSV(B)73.68º69.51%32.16%-
XYZ5.657.372.04-
YUV71.61101.69126.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 25 (10.16% from 255) = 14.20%
R=39.20%
G=46.59%
B=14.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6982250.1600.700.6873.6853.2720.98
Hex45521910046444a3515
Octal105122312001061041126525
Binary100010110100101100110000010001101000100100101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455219; }

 p { color: rgb(69,82,25); }

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

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

 a { background-color: rgb(69,82,25); }

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

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

 span { border-color: rgb(69,82,25); }

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