Html Css Color HEX #011800 Myrtle

📋 copy color: '#011800'

red 1 ◦ green 24 ◦ blue 0

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

Shades of Myrtle #011800

Tints of Myrtle #011800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 96%

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

R = 4%
G = 96%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#011800 (or 0x011800) is known color: Myrtle. HEX triplet: 01, 18 and 00. RGB value is (1,24,0). Sum of RGB (Red+Green+Blue) = 1+24+0=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 24 (9.77% from 255 or 96% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 24 - color contains mainly: green. Hex color #011800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011800 is #FEE7FF. Grayscale: #0E0E0E. Windows color (decimal): -16705536 or 6145. OLE color: 6145.

HSL color Cylindrical-coordinate representation of color #011800: hue angle of 117.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011800 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 24 0 -
CMYK 0.96 0 1 0.91
HSL 117.5º 1% 0.05% -
HSV(B) 117.5º 1% 0.09% -
XYZ 0.34 0.66 0.11 -
YUV 14.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 1 24 0 0.96 0 1 0.91 117.5 1 0.05
Hex 1 18 0 60 0 64 5B 76 64 5
Octal 1 30 0 140 0 144 133 166 144 5
Binary 1 11000 0 1100000 0 1100100 1011011 1110110 1100100 101

Color Harmonies of #011800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011800

Black with #011800

Text Example


Text Example

White with #011800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011800; }

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

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

background-color css

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

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

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

border-color css

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

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

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