#055112

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

Shades of Myrtle #055112

Tints of Myrtle #055112

Color information

#055112 (or 0x055112) is unknown color: approx Myrtle. HEX triplet: 05, 51 and 12. RGB value is (5,81,18). Sum of RGB (Red+Green+Blue) = 5+81+18=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 81 (32.03% from 255 or 77.88% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 81 - color contains mainly: green. Hex color #055112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055112 is #FAAEED. Grayscale: #333333. Windows color (decimal): -16428782 or 1200389. OLE color: 1200389.

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

Color convert

RGB58118-
CMYK0.9400.780.68
HSL130.26º88.37%16.86%-
HSV(B)130.26º93.83%31.76%-
XYZ3.115.961.56-
YUV51.09109.3295.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 81 (32.03% from 255) = 77.88%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=4.81%
G=77.88%
B=17.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581180.9400.780.68130.2688.3716.86
Hex551125E04E44825811
Octal512122136011610420213021
Binary101101000110010101111001001110100010010000010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055112; }

 p { color: rgb(5,81,18); }

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

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

 a { background-color: rgb(5,81,18); }

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

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

 span { border-color: rgb(5,81,18); }

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