#055111

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

Shades of Myrtle #055111

Tints of Myrtle #055111

Color information

#055111 (or 0x055111) is unknown color: approx Myrtle. HEX triplet: 05, 51 and 11. RGB value is (5,81,17). Sum of RGB (Red+Green+Blue) = 5+81+17=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 81 (32.03% from 255 or 78.64% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 81 - color contains mainly: green. Hex color #055111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055111 is #FAAEEE. Grayscale: #333333. Windows color (decimal): -16428783 or 1134853. OLE color: 1134853.

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

Color convert

RGB58117-
CMYK0.9400.790.68
HSL129.47º88.37%16.86%-
HSV(B)129.47º93.83%31.76%-
XYZ3.115.961.52-
YUV50.98108.8295.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 81 (32.03% from 255) = 78.64%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=4.85%
G=78.64%
B=16.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581170.9400.790.68129.4788.3716.86
Hex551115E04F44815811
Octal512121136011710420113021
Binary101101000110001101111001001111100010010000001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055111; }

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

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

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

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

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

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

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

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