#455019

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

Shades of Verdun Green #455019

Tints of Verdun Green #455019

Color information

#455019 (or 0x455019) is unknown color: approx Verdun Green. HEX triplet: 45, 50 and 19. RGB value is (69,80,25). Sum of RGB (Red+Green+Blue) = 69+80+25=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #455019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455019 is #BAAFE6. Grayscale: #464646. Windows color (decimal): -12234727 or 1658949. OLE color: 1658949.

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

Color convert

RGB698025-
CMYK0.1400.690.69
HSL72º52.38%20.59%-
HSV(B)72º68.75%31.37%-
XYZ5.57.072-
YUV70.44102.36126.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=39.66%
G=45.98%
B=14.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980250.1400.690.697252.3820.59
Hex455019E04545483415
Octal105120311601051051106425
Binary10001011010000110011110010001011000101100100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455019; }

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

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

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

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

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

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

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

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