#455A11

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

Shades of Verdun Green #455A11

Tints of Verdun Green #455A11

Color information

#455A11 (or 0x455A11) is unknown color: approx Verdun Green. HEX triplet: 45, 5A and 11. RGB value is (69,90,17). Sum of RGB (Red+Green+Blue) = 69+90+17=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #455A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A11 is #BAA5EE. Grayscale: #4B4B4B. Windows color (decimal): -12232175 or 1137221. OLE color: 1137221.

HSL color Cylindrical-coordinate representation of color #455A11: hue angle of 77.26º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #455A11 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB699017-
CMYK0.2300.810.65
HSL77.26º68.22%20.98%-
HSV(B)77.26º81.11%35.29%-
XYZ6.218.621.87-
YUV75.495.04123.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 90 (35.55% from 255) = 51.14%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=39.20%
G=51.14%
B=9.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990170.2300.810.6577.2668.2220.98
Hex455A1117051414d4415
Octal1051322127012110111510425
Binary1000101101101010001101110101000110000011001101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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