#055506

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

Shades of Myrtle #055506

Tints of Myrtle #055506

Color information

#055506 (or 0x055506) is unknown color: approx Myrtle. HEX triplet: 05, 55 and 06. RGB value is (5,85,6). Sum of RGB (Red+Green+Blue) = 5+85+6=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 85 (33.59% from 255 or 88.54% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 85 - color contains mainly: green. Hex color #055506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055506 is #FAAAF9. Grayscale: #343434. Windows color (decimal): -16427770 or 414981. OLE color: 414981.

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

Color convert

RGB5856-
CMYK0.9400.930.67
HSL120.75º88.89%17.65%-
HSV(B)120.75º94.12%33.33%-
XYZ3.346.541.26-
YUV52.0710294.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 85 (33.59% from 255) = 88.54%
BLUE value IS 6 (2.73% from 255) = 6.25%
R=5.21%
G=88.54%
B=6.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal58560.9400.930.67120.7588.8917.65
Hex55565E05D43795912
Octal51256136013510317113122
Binary101101010111010111100101110110000111111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055506; }

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

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

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

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

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

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

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

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