#055204

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

Shades of Myrtle #055204

Tints of Myrtle #055204

Color information

#055204 (or 0x055204) is unknown color: approx Myrtle. HEX triplet: 05, 52 and 04. RGB value is (5,82,4). Sum of RGB (Red+Green+Blue) = 5+82+4=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 82 (32.42% from 255 or 90.11% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 82 - color contains mainly: green. Hex color #055204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055204 is #FAADFB. Grayscale: #323232. Windows color (decimal): -16428540 or 283141. OLE color: 283141.

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

Color convert

RGB5824-
CMYK0.9400.950.68
HSL119.23º90.7%16.86%-
HSV(B)119.23º95.12%32.16%-
XYZ3.16.081.12-
YUV50.08101.9995.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 82 (32.42% from 255) = 90.11%
BLUE value IS 4 (1.95% from 255) = 4.40%
R=5.49%
G=90.11%
B=4.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal58240.9400.950.68119.2390.716.86
Hex55245E05F44775b11
Octal51224136013710416713321
Binary101101001010010111100101111110001001110111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055204; }

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

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

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

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

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

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

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

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