#456018

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

Shades of Verdun Green #456018

Tints of Verdun Green #456018

Color information

#456018 (or 0x456018) is unknown color: approx Verdun Green. HEX triplet: 45, 60 and 18. RGB value is (69,96,24). Sum of RGB (Red+Green+Blue) = 69+96+24=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #456018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456018 is #BA9FE7. Grayscale: #4F4F4F. Windows color (decimal): -12230632 or 1597509. OLE color: 1597509.

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

Color convert

RGB699624-
CMYK0.2800.750.62
HSL82.5º60%23.53%-
HSV(B)82.5º75%37.65%-
XYZ6.89.72.38-
YUV79.7296.55120.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=36.51%
G=50.79%
B=12.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6996240.2800.750.6282.56023.53
Hex4560181C04B3E523c18
Octal10514030340113761227430
Binary10001011100000110001110001001011111110101001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456018; }

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

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

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

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

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

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

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

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