#055606

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

Shades of Green #055606

Tints of Green #055606

Color information

#055606 (or 0x055606) is unknown color: approx Green. HEX triplet: 05, 56 and 06. RGB value is (5,86,6). Sum of RGB (Red+Green+Blue) = 5+86+6=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 86 (33.98% from 255 or 88.66% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 86 - color contains mainly: green. Hex color #055606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055606 is #FAA9F9. Grayscale: #343434. Windows color (decimal): -16427514 or 415237. OLE color: 415237.

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

Color convert

RGB5866-
CMYK0.9400.930.66
HSL120.74º89.01%17.84%-
HSV(B)120.74º94.19%33.73%-
XYZ3.426.71.29-
YUV52.66101.6694-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 86 (33.98% from 255) = 88.66%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=5.15%
G=88.66%
B=6.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal58660.9400.930.66120.7489.0117.84
Hex55665E05D42795912
Octal51266136013510217113122
Binary101101011011010111100101110110000101111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055606; }

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

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

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

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

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

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

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

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