#055511

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

Shades of Myrtle #055511

Tints of Myrtle #055511

Color information

#055511 (or 0x055511) is unknown color: approx Myrtle. HEX triplet: 05, 55 and 11. RGB value is (5,85,17). Sum of RGB (Red+Green+Blue) = 5+85+17=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 85 (33.59% from 255 or 79.44% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 85 - color contains mainly: green. Hex color #055511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055511 is #FAAAEE. Grayscale: #353535. Windows color (decimal): -16427759 or 1135877. OLE color: 1135877.

HSL color Cylindrical-coordinate representation of color #055511: hue angle of 129º 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 #055511 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB58517-
CMYK0.9400.800.67
HSL129º88.89%17.65%-
HSV(B)129º94.12%33.33%-
XYZ3.416.571.62-
YUV53.33107.593.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 85 (33.59% from 255) = 79.44%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=4.67%
G=79.44%
B=15.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585170.9400.800.6712988.8917.65
Hex555115E05043815912
Octal512521136012010320113122
Binary101101010110001101111001010000100001110000001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055511; }

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

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

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

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

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

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

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

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