#051201

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

Shades of Myrtle #051201

Tints of Myrtle #051201

Color information

#051201 (or 0x051201) is unknown color: approx Myrtle. HEX triplet: 05, 12 and 01. RGB value is (5,18,1). Sum of RGB (Red+Green+Blue) = 5+18+1=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 18 (7.42% from 255 or 75% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 18 - color contains mainly: green. Hex color #051201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051201 is #FAEDFE. Grayscale: #0C0C0C. Windows color (decimal): -16444927 or 70149. OLE color: 70149.

HSL color Cylindrical-coordinate representation of color #051201: hue angle of 105.88º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051201 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB5181-
CMYK0.7200.940.93
HSL105.88º89.47%3.73%-
HSV(B)105.88º94.44%7.06%-
XYZ0.280.470.1-
YUV12.18121.69122.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20.83%
GREEN value IS 18 (7.42% from 255) = 75%
BLUE value IS 1 (0.78% from 255) = 4.17%
R=20.83%
G=75%
B=4.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51810.7200.940.93105.8889.473.73
Hex51214805E5D6a594
Octal522111001361351521314
Binary101100101100100001011110101110111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051201; }

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

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

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

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

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

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

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

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