#050D03

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

Shades of Myrtle #050D03

Tints of Myrtle #050D03

Color information

#050D03 (or 0x050D03) is unknown color: approx Myrtle. HEX triplet: 05, 0D and 03. RGB value is (5,13,3). Sum of RGB (Red+Green+Blue) = 5+13+3=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 13 (5.47% from 255 or 61.90% from 21); Blue value is 3 (1.56% from 255 or 14.29% from 21); Max value from RGB is 13 - color contains mainly: green. Hex color #050D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D03 is #FAF2FC. Grayscale: #090909. Windows color (decimal): -16446205 or 199941. OLE color: 199941.

HSL color Cylindrical-coordinate representation of color #050D03: hue angle of 108º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #050D03 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.95.

Color convert

RGB5133-
CMYK0.6200.770.95
HSL108º62.5%3.14%-
HSV(B)108º76.92%5.1%-
XYZ0.220.330.14-
YUV9.47124.35124.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 23.81%
GREEN value IS 13 (5.47% from 255) = 61.90%
BLUE value IS 3 (1.56% from 255) = 14.29%
R=23.81%
G=61.90%
B=14.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal51330.6200.770.9510862.53.14
Hex5D33E04D5F6c3e3
Octal5153760115137154763
Binary101110111111110010011011011111110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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