#053003

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

Shades of Myrtle #053003

Tints of Myrtle #053003

Color information

#053003 (or 0x053003) is unknown color: approx Myrtle. HEX triplet: 05, 30 and 03. RGB value is (5,48,3). Sum of RGB (Red+Green+Blue) = 5+48+3=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 48 (19.14% from 255 or 85.71% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 48 - color contains mainly: green. Hex color #053003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053003 is #FACFFC. Grayscale: #1E1E1E. Windows color (decimal): -16437245 or 208901. OLE color: 208901.

HSL color Cylindrical-coordinate representation of color #053003: hue angle of 117.33º 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 #053003 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB5483-
CMYK0.9000.940.81
HSL117.33º88.24%10%-
HSV(B)117.33º93.75%18.82%-
XYZ1.142.150.44-
YUV30.01112.75110.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 48 (19.14% from 255) = 85.71%
BLUE value IS 3 (1.56% from 255) = 5.36%
R=8.93%
G=85.71%
B=5.36%

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
Decimal54830.9000.940.81117.3388.2410
Hex53035A05E517558a
Octal5603132013612116513012
Binary101110000111011010010111101010001111010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053003; }

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

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

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

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

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

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

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

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