#455D18

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

Shades of Verdun Green #455D18

Tints of Verdun Green #455D18

Color information

#455D18 (or 0x455D18) is unknown color: approx Verdun Green. HEX triplet: 45, 5D and 18. RGB value is (69,93,24). Sum of RGB (Red+Green+Blue) = 69+93+24=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #455D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455D18 is #BAA2E7. Grayscale: #4E4E4E. Windows color (decimal): -12231400 or 1596741. OLE color: 1596741.

HSL color Cylindrical-coordinate representation of color #455D18: hue angle of 80.87º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #455D18 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB699324-
CMYK0.2600.740.64
HSL80.87º58.97%22.94%-
HSV(B)80.87º74.19%36.47%-
XYZ6.539.162.29-
YUV77.9697.55121.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.10%
GREEN value IS 93 (36.72% from 255) = 50%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=37.10%
G=50%
B=12.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993240.2600.740.6480.8758.9722.94
Hex455D181A04A40513b17
Octal105135303201121001217327
Binary100010110111011100011010010010101000000101000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455D18; }

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

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

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

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

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

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

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

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