#053D0A

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

Shades of Myrtle #053D0A

Tints of Myrtle #053D0A

Color information

#053D0A (or 0x053D0A) is unknown color: approx Myrtle. HEX triplet: 05, 3D and 0A. RGB value is (5,61,10). Sum of RGB (Red+Green+Blue) = 5+61+10=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 61 (24.22% from 255 or 80.26% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 61 - color contains mainly: green. Hex color #053D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053D0A is #FAC2F5. Grayscale: #262626. Windows color (decimal): -16433910 or 670981. OLE color: 670981.

HSL color Cylindrical-coordinate representation of color #053D0A: hue angle of 125.36º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053D0A is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.76.

Color convert

RGB56110-
CMYK0.9200.840.76
HSL125.36º84.85%12.94%-
HSV(B)125.36º91.8%23.92%-
XYZ1.793.390.85-
YUV38.44111.95104.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 61 (24.22% from 255) = 80.26%
BLUE value IS 10 (4.30% from 255) = 13.16%
R=6.58%
G=80.26%
B=13.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal561100.9200.840.76125.3684.8512.94
Hex53DA5C0544C7d55d
Octal57512134012411417512515
Binary10111110110101011100010101001001100111110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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