#011700

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

Shades of Myrtle #011700

Tints of Myrtle #011700

Color information

#011700 (or 0x011700) is unknown color: approx Myrtle. HEX triplet: 01, 17 and 00. RGB value is (1,23,0). Sum of RGB (Red+Green+Blue) = 1+23+0=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 23 (9.38% from 255 or 95.83% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 23 - color contains mainly: green. Hex color #011700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011700 is #FEE8FF. Grayscale: #0D0D0D. Windows color (decimal): -16705792 or 5889. OLE color: 5889.

HSL color Cylindrical-coordinate representation of color #011700: hue angle of 117.39º 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 #011700 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB1230-
CMYK0.96010.91
HSL117.39º100%4.51%-
HSV(B)117.39º100%9.02%-
XYZ0.320.620.1-
YUV13.8120.21118.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.17%
GREEN value IS 23 (9.38% from 255) = 95.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.17%
G=95.83%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12300.96010.91117.391004.51
Hex1170600645B75645
Octal127014001441331651445
Binary1101110110000001100100101101111101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011700; }

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

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

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

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

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

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

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

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