#05580E

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

Shades of Myrtle #05580E

Tints of Myrtle #05580E

Color information

#05580E (or 0x05580E) is unknown color: approx Myrtle. HEX triplet: 05, 58 and 0E. RGB value is (5,88,14). Sum of RGB (Red+Green+Blue) = 5+88+14=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 88 (34.77% from 255 or 82.24% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 88 - color contains mainly: green. Hex color #05580E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05580E is #FAA7F1. Grayscale: #363636. Windows color (decimal): -16426994 or 940037. OLE color: 940037.

HSL color Cylindrical-coordinate representation of color #05580E: hue angle of 126.51º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05580E is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB58814-
CMYK0.9400.840.65
HSL126.51º89.25%18.24%-
HSV(B)126.51º94.32%34.51%-
XYZ3.637.041.58-
YUV54.7510592.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 88 (34.77% from 255) = 82.24%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=4.67%
G=82.24%
B=13.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588140.9400.840.65126.5189.2518.24
Hex558E5E054417f5912
Octal513016136012410117713122
Binary1011011000111010111100101010010000011111111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05580E; }

 p { color: rgb(5,88,14); }

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

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

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

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

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

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

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