#055010

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

Shades of Myrtle #055010

Tints of Myrtle #055010

Color information

#055010 (or 0x055010) is unknown color: approx Myrtle. HEX triplet: 05, 50 and 10. RGB value is (5,80,16). Sum of RGB (Red+Green+Blue) = 5+80+16=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 80 (31.64% from 255 or 79.21% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 80 - color contains mainly: green. Hex color #055010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055010 is #FAAFEF. Grayscale: #323232. Windows color (decimal): -16429040 or 1069061. OLE color: 1069061.

HSL color Cylindrical-coordinate representation of color #055010: hue angle of 128.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055010 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB58016-
CMYK0.9400.800.69
HSL128.8º88.24%16.67%-
HSV(B)128.8º93.75%31.37%-
XYZ3.025.811.45-
YUV50.28108.6595.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 80 (31.64% from 255) = 79.21%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=4.95%
G=79.21%
B=15.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal580160.9400.800.69128.888.2416.67
Hex550105E05045815811
Octal512020136012010520113021
Binary101101000010000101111001010000100010110000001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055010; }

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

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

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

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

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

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

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

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