#053204

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

Shades of Myrtle #053204

Tints of Myrtle #053204

Color information

#053204 (or 0x053204) is unknown color: approx Myrtle. HEX triplet: 05, 32 and 04. RGB value is (5,50,4). Sum of RGB (Red+Green+Blue) = 5+50+4=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 50 (19.92% from 255 or 84.75% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 50 - color contains mainly: green. Hex color #053204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053204 is #FACDFB. Grayscale: #1F1F1F. Windows color (decimal): -16436732 or 274949. OLE color: 274949.

HSL color Cylindrical-coordinate representation of color #053204: hue angle of 118.7º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053204 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB5504-
CMYK0.9000.920.80
HSL118.7º85.19%10.59%-
HSV(B)118.7º92%19.61%-
XYZ1.232.320.5-
YUV31.3112.59109.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 50 (19.92% from 255) = 84.75%
BLUE value IS 4 (1.95% from 255) = 6.78%
R=8.47%
G=84.75%
B=6.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal55040.9000.920.80118.785.1910.59
Hex53245A05C507755b
Octal5624132013412016712513
Binary1011100101001011010010111001010000111011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053204; }

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

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

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

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

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

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

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

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