#053104

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

Shades of Myrtle #053104

Tints of Myrtle #053104

Color information

#053104 (or 0x053104) is unknown color: approx Myrtle. HEX triplet: 05, 31 and 04. RGB value is (5,49,4). Sum of RGB (Red+Green+Blue) = 5+49+4=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 49 (19.53% from 255 or 84.48% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 49 - color contains mainly: green. Hex color #053104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053104 is #FACEFB. Grayscale: #1E1E1E. Windows color (decimal): -16436988 or 274693. OLE color: 274693.

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

Color convert

RGB5494-
CMYK0.9000.920.81
HSL118.67º84.91%10.39%-
HSV(B)118.67º91.84%19.22%-
XYZ1.182.240.48-
YUV30.71112.92109.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 49 (19.53% from 255) = 84.48%
BLUE value IS 4 (1.95% from 255) = 6.90%
R=8.62%
G=84.48%
B=6.90%

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
Decimal54940.9000.920.81118.6784.9110.39
Hex53145A05C517755a
Octal5614132013412116712512
Binary1011100011001011010010111001010001111011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053104; }

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

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

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

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

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

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

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

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