#455B17

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

Shades of Verdun Green #455B17

Tints of Verdun Green #455B17

Color information

#455B17 (or 0x455B17) is unknown color: approx Verdun Green. HEX triplet: 45, 5B and 17. RGB value is (69,91,23). Sum of RGB (Red+Green+Blue) = 69+91+23=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #455B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455B17 is #BAA4E8. Grayscale: #4C4C4C. Windows color (decimal): -12231913 or 1530693. OLE color: 1530693.

HSL color Cylindrical-coordinate representation of color #455B17: hue angle of 79.41º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #455B17 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB699123-
CMYK0.2400.750.64
HSL79.41º59.65%22.35%-
HSV(B)79.41º74.73%35.69%-
XYZ6.358.812.18-
YUV76.6797.71122.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 91 (35.94% from 255) = 49.73%
BLUE value IS 23 (9.38% from 255) = 12.57%
R=37.70%
G=49.73%
B=12.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991230.2400.750.6479.4159.6522.35
Hex455B171804B404f3c16
Octal105133273001131001177426
Binary100010110110111011111000010010111000000100111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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