#455606

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

Shades of Verdun Green #455606

Tints of Verdun Green #455606

Color information

#455606 (or 0x455606) is unknown color: approx Verdun Green. HEX triplet: 45, 56 and 06. RGB value is (69,86,6). Sum of RGB (Red+Green+Blue) = 69+86+6=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #455606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455606 is #BAA9F9. Grayscale: #484848. Windows color (decimal): -12233210 or 415301. OLE color: 415301.

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

Color convert

RGB69866-
CMYK0.2000.930.66
HSL72.75º86.96%18.04%-
HSV(B)72.75º93.02%33.73%-
XYZ5.817.931.4-
YUV71.890.87126-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 6 (2.73% from 255) = 3.73%
R=42.86%
G=53.42%
B=3.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal698660.2000.930.6672.7586.9618.04
Hex455661405D42495712
Octal105126624013510211112722
Binary10001011010110110101000101110110000101001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455606; }

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

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

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

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

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

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

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

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