#053509

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

Shades of Myrtle #053509

Tints of Myrtle #053509

Color information

#053509 (or 0x053509) is unknown color: approx Myrtle. HEX triplet: 05, 35 and 09. RGB value is (5,53,9). Sum of RGB (Red+Green+Blue) = 5+53+9=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 53 (21.09% from 255 or 79.10% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 53 - color contains mainly: green. Hex color #053509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053509 is #FACAF6. Grayscale: #212121. Windows color (decimal): -16435959 or 603397. OLE color: 603397.

HSL color Cylindrical-coordinate representation of color #053509: hue angle of 125º 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 #053509 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB5539-
CMYK0.9100.830.79
HSL125º82.76%11.37%-
HSV(B)125º90.57%20.78%-
XYZ1.382.60.69-
YUV33.63114.1107.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 53 (21.09% from 255) = 79.10%
BLUE value IS 9 (3.91% from 255) = 13.43%
R=7.46%
G=79.10%
B=13.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal55390.9100.830.7912582.7611.37
Hex53595B0534F7d53b
Octal56511133012311717512313
Binary10111010110011011011010100111001111111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053509; }

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

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

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

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

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

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

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

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