#050B04

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

Shades of Myrtle #050B04

Tints of Myrtle #050B04

Color information

#050B04 (or 0x050B04) is unknown color: approx Myrtle. HEX triplet: 05, 0B and 04. RGB value is (5,11,4). Sum of RGB (Red+Green+Blue) = 5+11+4=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 11 (4.69% from 255 or 55% from 20); Blue value is 4 (1.95% from 255 or 20% from 20); Max value from RGB is 11 - color contains mainly: green. Hex color #050B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B04 is #FAF4FB. Grayscale: #080808. Windows color (decimal): -16446716 or 264965. OLE color: 264965.

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

Color convert

RGB5114-
CMYK0.5500.640.96
HSL111.43º46.67%2.94%-
HSV(B)111.43º63.64%4.31%-
XYZ0.20.280.16-
YUV8.41125.51125.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 25%
GREEN value IS 11 (4.69% from 255) = 55%
BLUE value IS 4 (1.95% from 255) = 20%
R=25%
G=55%
B=20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal51140.5500.640.96111.4346.672.94
Hex5B437040606f2f3
Octal5134670100140157573
Binary1011011100110111010000001100000110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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