#455B11

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

Shades of Verdun Green #455B11

Tints of Verdun Green #455B11

Color information

#455B11 (or 0x455B11) is unknown color: approx Verdun Green. HEX triplet: 45, 5B and 11. RGB value is (69,91,17). Sum of RGB (Red+Green+Blue) = 69+91+17=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #455B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455B11 is #BAA4EE. Grayscale: #4C4C4C. Windows color (decimal): -12231919 or 1137477. OLE color: 1137477.

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

Color convert

RGB699117-
CMYK0.2400.810.64
HSL77.84º68.52%21.18%-
HSV(B)77.84º81.32%35.69%-
XYZ6.38.791.89-
YUV75.9994.71123.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.98%
GREEN value IS 91 (35.94% from 255) = 51.41%
BLUE value IS 17 (7.03% from 255) = 9.60%
R=38.98%
G=51.41%
B=9.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991170.2400.810.6477.8468.5221.18
Hex455B1118051404e4515
Octal1051332130012110011610525
Binary1000101101101110001110000101000110000001001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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