#055101

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

Shades of Myrtle #055101

Tints of Myrtle #055101

Color information

#055101 (or 0x055101) is unknown color: approx Myrtle. HEX triplet: 05, 51 and 01. RGB value is (5,81,1). Sum of RGB (Red+Green+Blue) = 5+81+1=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 81 (32.03% from 255 or 93.10% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 81 - color contains mainly: green. Hex color #055101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055101 is #FAAEFE. Grayscale: #313131. Windows color (decimal): -16428799 or 86277. OLE color: 86277.

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

Color convert

RGB5811-
CMYK0.9400.990.68
HSL117º97.56%16.08%-
HSV(B)117º98.77%31.76%-
XYZ3.015.921.01-
YUV49.16100.8296.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 81 (32.03% from 255) = 93.10%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=5.75%
G=93.10%
B=1.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal58110.9400.990.6811797.5616.08
Hex55115E06344756210
Octal51211136014310416514220
Binary1011010001110111100110001110001001110101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055101; }

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

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

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

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

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

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

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

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