#053A0A

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

Shades of Myrtle #053A0A

Tints of Myrtle #053A0A

Color information

#053A0A (or 0x053A0A) is unknown color: approx Myrtle. HEX triplet: 05, 3A and 0A. RGB value is (5,58,10). Sum of RGB (Red+Green+Blue) = 5+58+10=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 58 (23.05% from 255 or 79.45% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 58 - color contains mainly: green. Hex color #053A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A0A is #FAC5F5. Grayscale: #242424. Windows color (decimal): -16434678 or 670213. OLE color: 670213.

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

Color convert

RGB55810-
CMYK0.9100.830.77
HSL125.66º84.13%12.35%-
HSV(B)125.66º91.38%22.75%-
XYZ1.633.080.8-
YUV36.68112.94105.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 58 (23.05% from 255) = 79.45%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=6.85%
G=79.45%
B=13.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558100.9100.830.77125.6684.1312.35
Hex53AA5B0534D7e54c
Octal57212133012311517612414
Binary10111101010101011011010100111001101111111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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