#053202

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

Shades of Myrtle #053202

Tints of Myrtle #053202

Color information

#053202 (or 0x053202) is unknown color: approx Myrtle. HEX triplet: 05, 32 and 02. RGB value is (5,50,2). Sum of RGB (Red+Green+Blue) = 5+50+2=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 50 (19.92% from 255 or 87.72% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 50 - color contains mainly: green. Hex color #053202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053202 is #FACDFD. Grayscale: #1F1F1F. Windows color (decimal): -16436734 or 143877. OLE color: 143877.

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

Color convert

RGB5502-
CMYK0.9000.960.80
HSL116.25º92.31%10.2%-
HSV(B)116.25º96%19.61%-
XYZ1.212.320.44-
YUV31.07111.59109.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.77%
GREEN value IS 50 (19.92% from 255) = 87.72%
BLUE value IS 2 (1.17% from 255) = 3.51%
R=8.77%
G=87.72%
B=3.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal55020.9000.960.80116.2592.3110.2
Hex53225A06050745ca
Octal5622132014012016413412
Binary101110010101011010011000001010000111010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053202; }

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

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

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

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

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

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

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

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