#455811

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

Shades of Verdun Green #455811

Tints of Verdun Green #455811

Color information

#455811 (or 0x455811) is unknown color: approx Verdun Green. HEX triplet: 45, 58 and 11. RGB value is (69,88,17). Sum of RGB (Red+Green+Blue) = 69+88+17=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #455811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455811 is #BAA7EE. Grayscale: #4A4A4A. Windows color (decimal): -12232687 or 1136709. OLE color: 1136709.

HSL color Cylindrical-coordinate representation of color #455811: hue angle of 76.06º 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 #455811 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB698817-
CMYK0.2200.810.65
HSL76.06º67.62%20.59%-
HSV(B)76.06º80.68%34.51%-
XYZ6.058.291.81-
YUV74.2395.71124.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 88 (34.77% from 255) = 50.57%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=39.66%
G=50.57%
B=9.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988170.2200.810.6576.0667.6220.59
Hex45581116051414c4415
Octal1051302126012110111410425
Binary1000101101100010001101100101000110000011001100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455811; }

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

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

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

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

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

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

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

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