#141C12

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

Shades of Myrtle #141C12

Tints of Myrtle #141C12

Color information

#141C12 (or 0x141C12) is unknown color: approx Myrtle. HEX triplet: 14, 1C and 12. RGB value is (20,28,18). Sum of RGB (Red+Green+Blue) = 20+28+18=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #141C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C12 is #EBE3ED. Grayscale: #181818. Windows color (decimal): -15459310 or 1186836. OLE color: 1186836.

HSL color Cylindrical-coordinate representation of color #141C12: hue angle of 108º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #141C12 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB202818-
CMYK0.2900.360.89
HSL108º21.74%9.02%-
HSV(B)108º35.71%10.98%-
XYZ0.811.020.73-
YUV24.47124.35124.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.30%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 18 (7.42% from 255) = 27.27%
R=30.30%
G=42.42%
B=27.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2028180.2900.360.8910821.749.02
Hex141C121D024596c169
Octal243422350441311542611
Binary10100111001001011101010010010110011101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141C12; }

 p { color: rgb(20,28,18); }

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

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

 a { background-color: rgb(20,28,18); }

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

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

 span { border-color: rgb(20,28,18); }

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