#053103

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

Shades of Myrtle #053103

Tints of Myrtle #053103

Color information

#053103 (or 0x053103) is unknown color: approx Myrtle. HEX triplet: 05, 31 and 03. RGB value is (5,49,3). Sum of RGB (Red+Green+Blue) = 5+49+3=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 49 (19.53% from 255 or 85.96% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 49 - color contains mainly: green. Hex color #053103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053103 is #FACEFC. Grayscale: #1E1E1E. Windows color (decimal): -16436989 or 209157. OLE color: 209157.

HSL color Cylindrical-coordinate representation of color #053103: hue angle of 117.39º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053103 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB5493-
CMYK0.9000.940.81
HSL117.39º88.46%10.2%-
HSV(B)117.39º93.88%19.22%-
XYZ1.182.240.46-
YUV30.6112.42109.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.77%
GREEN value IS 49 (19.53% from 255) = 85.96%
BLUE value IS 3 (1.56% from 255) = 5.26%
R=8.77%
G=85.96%
B=5.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal54930.9000.940.81117.3988.4610.2
Hex53135A05E517558a
Octal5613132013612116513012
Binary101110001111011010010111101010001111010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053103; }

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

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

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

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

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

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

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

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