#455F17

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

Shades of Verdun Green #455F17

Tints of Verdun Green #455F17

Color information

#455F17 (or 0x455F17) is unknown color: approx Verdun Green. HEX triplet: 45, 5F and 17. RGB value is (69,95,23). Sum of RGB (Red+Green+Blue) = 69+95+23=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #455F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455F17 is #BAA0E8. Grayscale: #4F4F4F. Windows color (decimal): -12230889 or 1531717. OLE color: 1531717.

HSL color Cylindrical-coordinate representation of color #455F17: hue angle of 81.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #455F17 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.63.

Color convert

RGB699523-
CMYK0.2700.760.63
HSL81.67º61.02%23.14%-
HSV(B)81.67º75.79%37.25%-
XYZ6.79.512.29-
YUV79.0296.39120.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 95 (37.5% from 255) = 50.80%
BLUE value IS 23 (9.38% from 255) = 12.30%
R=36.90%
G=50.80%
B=12.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6995230.2700.760.6381.6761.0223.14
Hex455F171B04C3F523d17
Octal10513727330114771227527
Binary10001011011111101111101101001100111111101001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,95,23); }

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

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

 a { background-color: rgb(69,95,23); }

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

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

 span { border-color: rgb(69,95,23); }

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