#456019

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

Shades of Verdun Green #456019

Tints of Verdun Green #456019

Color information

#456019 (or 0x456019) is unknown color: approx Verdun Green. HEX triplet: 45, 60 and 19. RGB value is (69,96,25). Sum of RGB (Red+Green+Blue) = 69+96+25=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #456019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456019 is #BA9FE6. Grayscale: #505050. Windows color (decimal): -12230631 or 1663045. OLE color: 1663045.

HSL color Cylindrical-coordinate representation of color #456019: hue angle of 82.82º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #456019 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB699625-
CMYK0.2800.740.62
HSL82.82º58.68%23.73%-
HSV(B)82.82º73.96%37.65%-
XYZ6.819.72.43-
YUV79.8397.05120.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=36.32%
G=50.53%
B=13.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6996250.2800.740.6282.8258.6823.73
Hex4560191C04A3E533b18
Octal10514031340112761237330
Binary10001011100000110011110001001010111110101001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456019; }

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

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

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

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

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

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

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

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