#053004

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

Shades of Myrtle #053004

Tints of Myrtle #053004

Color information

#053004 (or 0x053004) is unknown color: approx Myrtle. HEX triplet: 05, 30 and 04. RGB value is (5,48,4). Sum of RGB (Red+Green+Blue) = 5+48+4=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 48 (19.14% from 255 or 84.21% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 48 - color contains mainly: green. Hex color #053004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053004 is #FACFFB. Grayscale: #1E1E1E. Windows color (decimal): -16437244 or 274437. OLE color: 274437.

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

Color convert

RGB5484-
CMYK0.9000.920.81
HSL118.64º84.62%10.2%-
HSV(B)118.64º91.67%18.82%-
XYZ1.142.150.47-
YUV30.13113.25110.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.77%
GREEN value IS 48 (19.14% from 255) = 84.21%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=8.77%
G=84.21%
B=7.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal54840.9000.920.81118.6484.6210.2
Hex53045A05C517755a
Octal5604132013412116712512
Binary1011100001001011010010111001010001111011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053004; }

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

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

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

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

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

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

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

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