#455919

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

Shades of Verdun Green #455919

Tints of Verdun Green #455919

Color information

#455919 (or 0x455919) is unknown color: approx Verdun Green. HEX triplet: 45, 59 and 19. RGB value is (69,89,25). Sum of RGB (Red+Green+Blue) = 69+89+25=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #455919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455919 is #BAA6E6. Grayscale: #4B4B4B. Windows color (decimal): -12232423 or 1661253. OLE color: 1661253.

HSL color Cylindrical-coordinate representation of color #455919: hue angle of 78.75º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #455919 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB698925-
CMYK0.2200.720.65
HSL78.75º56.14%22.35%-
HSV(B)78.75º71.91%34.9%-
XYZ6.28.482.23-
YUV75.7299.37123.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 89 (35.16% from 255) = 48.63%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=37.70%
G=48.63%
B=13.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6989250.2200.720.6578.7556.1422.35
Hex45591916048414f3816
Octal105131312601101011177026
Binary100010110110011100110110010010001000001100111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455919; }

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

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

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

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

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

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

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

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