#055206

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

Shades of Myrtle #055206

Tints of Myrtle #055206

Color information

#055206 (or 0x055206) is unknown color: approx Myrtle. HEX triplet: 05, 52 and 06. RGB value is (5,82,6). Sum of RGB (Red+Green+Blue) = 5+82+6=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 82 (32.42% from 255 or 88.17% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 82 - color contains mainly: green. Hex color #055206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055206 is #FAADF9. Grayscale: #323232. Windows color (decimal): -16428538 or 414213. OLE color: 414213.

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

Color convert

RGB5826-
CMYK0.9400.930.68
HSL120.78º88.51%17.06%-
HSV(B)120.78º93.9%32.16%-
XYZ3.116.081.18-
YUV50.31102.9995.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 82 (32.42% from 255) = 88.17%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=5.38%
G=88.17%
B=6.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal58260.9400.930.68120.7888.5117.06
Hex55265E05D44795911
Octal51226136013510417113121
Binary101101001011010111100101110110001001111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055206; }

 p { color: rgb(5,82,6); }

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

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

 a { background-color: rgb(5,82,6); }

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

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

 span { border-color: rgb(5,82,6); }

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