#05560C

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

Shades of Myrtle #05560C

Tints of Myrtle #05560C

Color information

#05560C (or 0x05560C) is unknown color: approx Myrtle. HEX triplet: 05, 56 and 0C. RGB value is (5,86,12). Sum of RGB (Red+Green+Blue) = 5+86+12=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 86 (33.98% from 255 or 83.50% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 86 - color contains mainly: green. Hex color #05560C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05560C is #FAA9F3. Grayscale: #353535. Windows color (decimal): -16427508 or 808453. OLE color: 808453.

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

Color convert

RGB58612-
CMYK0.9400.860.66
HSL125.19º89.01%17.84%-
HSV(B)125.19º94.19%33.73%-
XYZ3.466.711.46-
YUV53.34104.6693.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 86 (33.98% from 255) = 83.50%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=4.85%
G=83.50%
B=11.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586120.9400.860.66125.1989.0117.84
Hex556C5E056427d5912
Octal512614136012610217513122
Binary1011010110110010111100101011010000101111101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05560C; }

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

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

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

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

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

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

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

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