#053205

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

Shades of Myrtle #053205

Tints of Myrtle #053205

Color information

#053205 (or 0x053205) is unknown color: approx Myrtle. HEX triplet: 05, 32 and 05. RGB value is (5,50,5). Sum of RGB (Red+Green+Blue) = 5+50+5=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 50 (19.92% from 255 or 83.33% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 50 - color contains mainly: green. Hex color #053205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053205 is #FACDFA. Grayscale: #1F1F1F. Windows color (decimal): -16436731 or 340485. OLE color: 340485.

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

Color convert

RGB5505-
CMYK0.9000.900.80
HSL120º81.82%10.78%-
HSV(B)120º90%19.61%-
XYZ1.232.320.53-
YUV31.42113.09109.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.33%
GREEN value IS 50 (19.92% from 255) = 83.33%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=8.33%
G=83.33%
B=8.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal55050.9000.900.8012081.8210.78
Hex53255A05A507852b
Octal5625132013212017012213
Binary1011100101011011010010110101010000111100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053205; }

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

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

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

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

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

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

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

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