#053B0A

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

Shades of Myrtle #053B0A

Tints of Myrtle #053B0A

Color information

#053B0A (or 0x053B0A) is unknown color: approx Myrtle. HEX triplet: 05, 3B and 0A. RGB value is (5,59,10). Sum of RGB (Red+Green+Blue) = 5+59+10=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 59 (23.44% from 255 or 79.73% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 59 - color contains mainly: green. Hex color #053B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B0A is #FAC4F5. Grayscale: #252525. Windows color (decimal): -16434422 or 670469. OLE color: 670469.

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

Color convert

RGB55910-
CMYK0.9200.830.77
HSL125.56º84.38%12.55%-
HSV(B)125.56º91.53%23.14%-
XYZ1.683.180.81-
YUV37.27112.61104.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.76%
GREEN value IS 59 (23.44% from 255) = 79.73%
BLUE value IS 10 (4.30% from 255) = 13.51%
R=6.76%
G=79.73%
B=13.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal559100.9200.830.77125.5684.3812.55
Hex53BA5C0534D7e54d
Octal57312134012311517612415
Binary10111101110101011100010100111001101111111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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