#053505

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

Shades of Myrtle #053505

Tints of Myrtle #053505

Color information

#053505 (or 0x053505) is unknown color: approx Myrtle. HEX triplet: 05, 35 and 05. RGB value is (5,53,5). Sum of RGB (Red+Green+Blue) = 5+53+5=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 53 (21.09% from 255 or 84.13% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 53 - color contains mainly: green. Hex color #053505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053505 is #FACAFA. Grayscale: #212121. Windows color (decimal): -16435963 or 341253. OLE color: 341253.

HSL color Cylindrical-coordinate representation of color #053505: hue angle of 120º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053505 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB5535-
CMYK0.9100.910.79
HSL120º82.76%11.37%-
HSV(B)120º90.57%20.78%-
XYZ1.362.590.57-
YUV33.18112.1107.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 53 (21.09% from 255) = 84.13%
BLUE value IS 5 (2.34% from 255) = 7.94%
R=7.94%
G=84.13%
B=7.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal55350.9100.910.7912082.7611.37
Hex53555B05B4F7853b
Octal5655133013311717012313
Binary1011101011011011011010110111001111111100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053505; }

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

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

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

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

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

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

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

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