#053A03

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

Shades of Myrtle #053A03

Tints of Myrtle #053A03

Color information

#053A03 (or 0x053A03) is unknown color: approx Myrtle. HEX triplet: 05, 3A and 03. RGB value is (5,58,3). Sum of RGB (Red+Green+Blue) = 5+58+3=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 58 (23.05% from 255 or 87.88% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 58 - color contains mainly: green. Hex color #053A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A03 is #FAC5FC. Grayscale: #242424. Windows color (decimal): -16434685 or 211461. OLE color: 211461.

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

Color convert

RGB5583-
CMYK0.9100.950.77
HSL117.82º90.16%11.96%-
HSV(B)117.82º94.83%22.75%-
XYZ1.593.060.59-
YUV35.88109.44105.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 58 (23.05% from 255) = 87.88%
BLUE value IS 3 (1.56% from 255) = 4.55%
R=7.58%
G=87.88%
B=4.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal55830.9100.950.77117.8290.1611.96
Hex53A35B05F4D765ac
Octal5723133013711516613214
Binary101111010111011011010111111001101111011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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