#141F13

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

Shades of Myrtle #141F13

Tints of Myrtle #141F13

Color information

#141F13 (or 0x141F13) is unknown color: approx Myrtle. HEX triplet: 14, 1F and 13. RGB value is (20,31,19). Sum of RGB (Red+Green+Blue) = 20+31+19=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 31 - color contains mainly: green. Hex color #141F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F13 is #EBE0EC. Grayscale: #1A1A1A. Windows color (decimal): -15458541 or 1253140. OLE color: 1253140.

HSL color Cylindrical-coordinate representation of color #141F13: hue angle of 115º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #141F13 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB203119-
CMYK0.3500.390.88
HSL115º24%9.8%-
HSV(B)115º38.71%12.16%-
XYZ0.91.180.8-
YUV26.34123.86123.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.57%
GREEN value IS 31 (12.5% from 255) = 44.29%
BLUE value IS 19 (7.81% from 255) = 27.14%
R=28.57%
G=44.29%
B=27.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2031190.3500.390.88115249.8
Hex141F1323027587318a
Octal243723430471301633012
Binary101001111110011100011010011110110001110011110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,31,19); }

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

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

 a { background-color: rgb(20,31,19); }

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

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

 span { border-color: rgb(20,31,19); }

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