#053A09

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

Shades of Myrtle #053A09

Tints of Myrtle #053A09

Color information

#053A09 (or 0x053A09) is unknown color: approx Myrtle. HEX triplet: 05, 3A and 09. RGB value is (5,58,9). Sum of RGB (Red+Green+Blue) = 5+58+9=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 58 (23.05% from 255 or 80.56% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 58 - color contains mainly: green. Hex color #053A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A09 is #FAC5F6. Grayscale: #242424. Windows color (decimal): -16434679 or 604677. OLE color: 604677.

HSL color Cylindrical-coordinate representation of color #053A09: hue angle of 124.53º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A09 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.77.

Color convert

RGB5589-
CMYK0.9100.840.77
HSL124.53º84.13%12.35%-
HSV(B)124.53º91.38%22.75%-
XYZ1.623.080.77-
YUV36.57112.44105.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 58 (23.05% from 255) = 80.56%
BLUE value IS 9 (3.91% from 255) = 12.5%
R=6.94%
G=80.56%
B=12.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal55890.9100.840.77124.5384.1312.35
Hex53A95B0544D7d54c
Octal57211133012411517512414
Binary10111101010011011011010101001001101111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053A09; }

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

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

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

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

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

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

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

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