#055810

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

Shades of Myrtle #055810

Tints of Myrtle #055810

Color information

#055810 (or 0x055810) is unknown color: approx Myrtle. HEX triplet: 05, 58 and 10. RGB value is (5,88,16). Sum of RGB (Red+Green+Blue) = 5+88+16=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 88 (34.77% from 255 or 80.73% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 88 - color contains mainly: green. Hex color #055810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055810 is #FAA7EF. Grayscale: #373737. Windows color (decimal): -16426992 or 1071109. OLE color: 1071109.

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

Color convert

RGB58816-
CMYK0.9400.820.65
HSL127.95º89.25%18.24%-
HSV(B)127.95º94.32%34.51%-
XYZ3.657.051.66-
YUV54.9710692.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 88 (34.77% from 255) = 80.73%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=4.59%
G=80.73%
B=14.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588160.9400.820.65127.9589.2518.24
Hex558105E05241805912
Octal513020136012210120013122
Binary101101100010000101111001010010100000110000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055810; }

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

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

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

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

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

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

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

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