#051403

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

Shades of Myrtle #051403

Tints of Myrtle #051403

Color information

#051403 (or 0x051403) is unknown color: approx Myrtle. HEX triplet: 05, 14 and 03. RGB value is (5,20,3). Sum of RGB (Red+Green+Blue) = 5+20+3=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 20 (8.20% from 255 or 71.43% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 20 - color contains mainly: green. Hex color #051403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051403 is #FAEBFC. Grayscale: #0D0D0D. Windows color (decimal): -16444413 or 201733. OLE color: 201733.

HSL color Cylindrical-coordinate representation of color #051403: hue angle of 112.94º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #051403 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB5203-
CMYK0.7500.850.92
HSL112.94º73.91%4.51%-
HSV(B)112.94º85%7.84%-
XYZ0.330.540.17-
YUV13.58122.03121.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.86%
GREEN value IS 20 (8.20% from 255) = 71.43%
BLUE value IS 3 (1.56% from 255) = 10.71%
R=17.86%
G=71.43%
B=10.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal52030.7500.850.92112.9473.914.51
Hex51434B0555C714a5
Octal524311301251341611125
Binary1011010011100101101010101101110011100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051403; }

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

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

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

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

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

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

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

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