#053F0A

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

Shades of Myrtle #053F0A

Tints of Myrtle #053F0A

Color information

#053F0A (or 0x053F0A) is unknown color: approx Myrtle. HEX triplet: 05, 3F and 0A. RGB value is (5,63,10). Sum of RGB (Red+Green+Blue) = 5+63+10=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 63 (25% from 255 or 80.77% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 63 - color contains mainly: green. Hex color #053F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F0A is #FAC0F5. Grayscale: #272727. Windows color (decimal): -16433398 or 671493. OLE color: 671493.

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

Color convert

RGB56310-
CMYK0.9200.840.75
HSL125.17º85.29%13.33%-
HSV(B)125.17º92.06%24.71%-
XYZ1.893.610.88-
YUV39.62111.28103.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 63 (25% from 255) = 80.77%
BLUE value IS 10 (4.30% from 255) = 12.82%
R=6.41%
G=80.77%
B=12.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563100.9200.840.75125.1785.2913.33
Hex53FA5C0544B7d55d
Octal57712134012411317512515
Binary10111111110101011100010101001001011111110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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