#05580F

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

Shades of Myrtle #05580F

Tints of Myrtle #05580F

Color information

#05580F (or 0x05580F) is unknown color: approx Myrtle. HEX triplet: 05, 58 and 0F. RGB value is (5,88,15). Sum of RGB (Red+Green+Blue) = 5+88+15=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 88 (34.77% from 255 or 81.48% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 88 - color contains mainly: green. Hex color #05580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05580F is #FAA7F0. Grayscale: #373737. Windows color (decimal): -16426993 or 1005573. OLE color: 1005573.

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

Color convert

RGB58815-
CMYK0.9400.830.65
HSL127.23º89.25%18.24%-
HSV(B)127.23º94.32%34.51%-
XYZ3.647.051.62-
YUV54.86105.592.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 88 (34.77% from 255) = 81.48%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=4.63%
G=81.48%
B=13.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588150.9400.830.65127.2389.2518.24
Hex558F5E053417f5912
Octal513017136012310117713122
Binary1011011000111110111100101001110000011111111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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