#05580D

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

Shades of Myrtle #05580D

Tints of Myrtle #05580D

Color information

#05580D (or 0x05580D) is unknown color: approx Myrtle. HEX triplet: 05, 58 and 0D. RGB value is (5,88,13). Sum of RGB (Red+Green+Blue) = 5+88+13=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 88 (34.77% from 255 or 83.02% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 88 - color contains mainly: green. Hex color #05580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05580D is #FAA7F2. Grayscale: #363636. Windows color (decimal): -16426995 or 874501. OLE color: 874501.

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

Color convert

RGB58813-
CMYK0.9400.850.65
HSL125.78º89.25%18.24%-
HSV(B)125.78º94.32%34.51%-
XYZ3.627.041.55-
YUV54.63104.592.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 88 (34.77% from 255) = 83.02%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=4.72%
G=83.02%
B=12.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588130.9400.850.65125.7889.2518.24
Hex558D5E055417e5912
Octal513015136012510117613122
Binary1011011000110110111100101010110000011111110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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