#455011

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

Shades of Verdun Green #455011

Tints of Verdun Green #455011

Color information

#455011 (or 0x455011) is unknown color: approx Verdun Green. HEX triplet: 45, 50 and 11. RGB value is (69,80,17). Sum of RGB (Red+Green+Blue) = 69+80+17=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #455011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455011 is #BAAFEE. Grayscale: #454545. Windows color (decimal): -12234735 or 1134661. OLE color: 1134661.

HSL color Cylindrical-coordinate representation of color #455011: hue angle of 70.48º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #455011 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB698017-
CMYK0.1400.790.69
HSL70.48º64.95%19.02%-
HSV(B)70.48º78.75%31.37%-
XYZ5.427.041.6-
YUV69.5398.36127.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.57%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=41.57%
G=48.19%
B=10.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980170.1400.790.6970.4864.9519.02
Hex455011E04F45464113
Octal1051202116011710510610123
Binary100010110100001000111100100111110001011000110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455011; }

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

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

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

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

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

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

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

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