#055505

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

Shades of Myrtle #055505

Tints of Myrtle #055505

Color information

#055505 (or 0x055505) is unknown color: approx Myrtle. HEX triplet: 05, 55 and 05. RGB value is (5,85,5). Sum of RGB (Red+Green+Blue) = 5+85+5=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 85 (33.59% from 255 or 89.47% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 85 - color contains mainly: green. Hex color #055505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055505 is #FAAAFA. Grayscale: #343434. Windows color (decimal): -16427771 or 349445. OLE color: 349445.

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

Color convert

RGB5855-
CMYK0.9400.940.67
HSL120º88.89%17.65%-
HSV(B)120º94.12%33.33%-
XYZ3.346.541.23-
YUV51.96101.594.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 85 (33.59% from 255) = 89.47%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=5.26%
G=89.47%
B=5.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal58550.9400.940.6712088.8917.65
Hex55555E05E43785912
Octal51255136013610317013122
Binary101101010110110111100101111010000111111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055505; }

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

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

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

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

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

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

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

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