#051401

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

Shades of Myrtle #051401

Tints of Myrtle #051401

Color information

#051401 (or 0x051401) is unknown color: approx Myrtle. HEX triplet: 05, 14 and 01. RGB value is (5,20,1). Sum of RGB (Red+Green+Blue) = 5+20+1=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 20 (8.20% from 255 or 76.92% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 20 - color contains mainly: green. Hex color #051401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051401 is #FAEBFE. Grayscale: #0D0D0D. Windows color (decimal): -16444415 or 70661. OLE color: 70661.

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

Color convert

RGB5201-
CMYK0.7500.950.92
HSL107.37º90.48%4.12%-
HSV(B)107.37º95%7.84%-
XYZ0.320.530.12-
YUV13.35121.03122.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 19.23%
GREEN value IS 20 (8.20% from 255) = 76.92%
BLUE value IS 1 (0.78% from 255) = 3.85%
R=19.23%
G=76.92%
B=3.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal52010.7500.950.92107.3790.484.12
Hex51414B05F5C6b5a4
Octal524111301371341531324
Binary101101001100101101011111101110011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051401; }

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

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

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

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

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

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

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

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