#055607

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

Shades of Myrtle #055607

Tints of Myrtle #055607

Color information

#055607 (or 0x055607) is unknown color: approx Myrtle. HEX triplet: 05, 56 and 07. RGB value is (5,86,7). Sum of RGB (Red+Green+Blue) = 5+86+7=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 86 (33.98% from 255 or 87.76% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 86 - color contains mainly: green. Hex color #055607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055607 is #FAA9F8. Grayscale: #353535. Windows color (decimal): -16427513 or 480773. OLE color: 480773.

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

Color convert

RGB5867-
CMYK0.9400.920.66
HSL121.48º89.01%17.84%-
HSV(B)121.48º94.19%33.73%-
XYZ3.436.71.31-
YUV52.78102.1693.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 86 (33.98% from 255) = 87.76%
BLUE value IS 7 (3.12% from 255) = 7.14%
R=5.10%
G=87.76%
B=7.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal58670.9400.920.66121.4889.0117.84
Hex55675E05C42795912
Octal51267136013410217113122
Binary101101011011110111100101110010000101111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055607; }

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

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

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

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

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

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

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

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