#455806

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

Shades of Verdun Green #455806

Tints of Verdun Green #455806

Color information

#455806 (or 0x455806) is unknown color: approx Verdun Green. HEX triplet: 45, 58 and 06. RGB value is (69,88,6). Sum of RGB (Red+Green+Blue) = 69+88+6=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #455806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455806 is #BAA7F9. Grayscale: #494949. Windows color (decimal): -12232698 or 415813. OLE color: 415813.

HSL color Cylindrical-coordinate representation of color #455806: hue angle of 73.9º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #455806 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB69886-
CMYK0.2200.930.65
HSL73.9º87.23%18.43%-
HSV(B)73.9º93.18%34.51%-
XYZ5.988.261.45-
YUV72.9790.21125.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 88 (34.77% from 255) = 53.99%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=42.33%
G=53.99%
B=3.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal698860.2200.930.6573.987.2318.43
Hex455861605D414a5712
Octal105130626013510111212722
Binary10001011011000110101100101110110000011001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455806; }

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

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

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

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

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

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

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

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