#051501

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

Shades of Myrtle #051501

Tints of Myrtle #051501

Color information

#051501 (or 0x051501) is unknown color: approx Myrtle. HEX triplet: 05, 15 and 01. RGB value is (5,21,1). Sum of RGB (Red+Green+Blue) = 5+21+1=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 21 (8.59% from 255 or 77.78% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 21 - color contains mainly: green. Hex color #051501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051501 is #FAEAFE. Grayscale: #0D0D0D. Windows color (decimal): -16444159 or 70917. OLE color: 70917.

HSL color Cylindrical-coordinate representation of color #051501: hue angle of 108º degrees, saturation: 0.91, 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 #051501 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB5211-
CMYK0.7600.950.92
HSL108º90.91%4.31%-
HSV(B)108º95.24%8.24%-
XYZ0.340.570.12-
YUV13.94120.7121.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 18.52%
GREEN value IS 21 (8.59% from 255) = 77.78%
BLUE value IS 1 (0.78% from 255) = 3.70%
R=18.52%
G=77.78%
B=3.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal52110.7600.950.9210890.914.31
Hex51514C05F5C6c5b4
Octal525111401371341541334
Binary101101011100110001011111101110011011001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051501; }

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

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

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

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

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

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

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

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