#050A04

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

Shades of Myrtle #050A04

Tints of Myrtle #050A04

Color information

#050A04 (or 0x050A04) is unknown color: approx Myrtle. HEX triplet: 05, 0A and 04. RGB value is (5,10,4). Sum of RGB (Red+Green+Blue) = 5+10+4=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 10 (4.30% from 255 or 52.63% from 19); Blue value is 4 (1.95% from 255 or 21.05% from 19); Max value from RGB is 10 - color contains mainly: green. Hex color #050A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A04 is #FAF5FB. Grayscale: #070707. Windows color (decimal): -16446972 or 264709. OLE color: 264709.

HSL color Cylindrical-coordinate representation of color #050A04: hue angle of 110º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #050A04 is Cyan = 0.50, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.96.

Color convert

RGB5104-
CMYK0.5000.60.96
HSL110º42.86%2.75%-
HSV(B)110º60%3.92%-
XYZ0.190.260.15-
YUV7.82125.84125.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 26.32%
GREEN value IS 10 (4.30% from 255) = 52.63%
BLUE value IS 4 (1.95% from 255) = 21.05%
R=26.32%
G=52.63%
B=21.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal51040.5000.60.9611042.862.75
Hex5A43203C606e2b3
Octal512462074140156533
Binary101101010011001001111001100000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050A04; }

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

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

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

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

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

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

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

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