#141E11

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

Shades of Myrtle #141E11

Tints of Myrtle #141E11

Color information

#141E11 (or 0x141E11) is unknown color: approx Myrtle. HEX triplet: 14, 1E and 11. RGB value is (20,30,17). Sum of RGB (Red+Green+Blue) = 20+30+17=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #141E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E11 is #EBE1EE. Grayscale: #191919. Windows color (decimal): -15458799 or 1121812. OLE color: 1121812.

HSL color Cylindrical-coordinate representation of color #141E11: hue angle of 106.15º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #141E11 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.

Color convert

RGB203017-
CMYK0.3300.430.88
HSL106.15º27.66%9.22%-
HSV(B)106.15º43.33%11.76%-
XYZ0.851.120.7-
YUV25.53123.19124.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 30 (12.11% from 255) = 44.78%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=29.85%
G=44.78%
B=25.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2030170.3300.430.88106.1527.669.22
Hex141E112102B586a1c9
Octal243621410531301523411
Binary101001111010001100001010101110110001101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,30,17); }

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

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

 a { background-color: rgb(20,30,17); }

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

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

 span { border-color: rgb(20,30,17); }

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