Html Css Color HEX #011500 Myrtle

📋 copy color: '#011500'

red 1 ◦ green 21 ◦ blue 0

#011500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #011500

Tints of Myrtle #011500

RGB

 RED value IS 1 (0.78% from 255) = 4.55%

 GREEN value IS 21 (8.59% from 255) = 95.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 4.55%
G = 95.45%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#011500 (or 0x011500) is known color: Myrtle. HEX triplet: 01, 15 and 00. RGB value is (1,21,0). Sum of RGB (Red+Green+Blue) = 1+21+0=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 21 (8.59% from 255 or 95.45% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 21 - color contains mainly: green. Hex color #011500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011500 is #FEEAFF. Grayscale: #0C0C0C. Windows color (decimal): -16706304 or 5377. OLE color: 5377.

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

Color convert

RGB 1 21 0 -
CMYK 0.95 0 1 0.92
HSL 117.14º 1% 0.04% -
HSV(B) 117.14º 1% 0.08% -
XYZ 0.28 0.54 0.09 -
YUV 12.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 1 21 0 0.95 0 1 0.92 117.14 1 0.04
Hex 1 15 0 5F 0 64 5C 75 64 4
Octal 1 25 0 137 0 144 134 165 144 4
Binary 1 10101 0 1011111 0 1100100 1011100 1110101 1100100 100

Color Harmonies of #011500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011500

Black with #011500

Text Example


Text Example

White with #011500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011500; }

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

 H1.HeaderClassName
 {
   color: #011500;
 }
 .AnyTagClassName
 {
   color: #011500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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