#121911

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

Shades of Myrtle #121911

Tints of Myrtle #121911

Color information

#121911 (or 0x121911) is unknown color: approx Myrtle. HEX triplet: 12, 19 and 11. RGB value is (18,25,17). Sum of RGB (Red+Green+Blue) = 18+25+17=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 25 - color contains mainly: green. Hex color #121911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121911 is #EDE6EE. Grayscale: #161616. Windows color (decimal): -15591151 or 1120530. OLE color: 1120530.

HSL color Cylindrical-coordinate representation of color #121911: hue angle of 112.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #121911 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB182517-
CMYK0.2800.320.90
HSL112.5º19.05%8.24%-
HSV(B)112.5º32%9.8%-
XYZ0.70.860.66-
YUV21.99125.18125.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 25 (10.16% from 255) = 41.67%
BLUE value IS 17 (7.03% from 255) = 28.33%
R=30%
G=41.67%
B=28.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1825170.2800.320.90112.519.058.24
Hex1219111C0205A70138
Octal223121340401321602310
Binary10010110011000111100010000010110101110000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121911; }

 p { color: rgb(18,25,17); }

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

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

 a { background-color: rgb(18,25,17); }

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

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

 span { border-color: rgb(18,25,17); }

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