#142113

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

Shades of Myrtle #142113

Tints of Myrtle #142113

Color information

#142113 (or 0x142113) is unknown color: approx Myrtle. HEX triplet: 14, 21 and 13. RGB value is (20,33,19). Sum of RGB (Red+Green+Blue) = 20+33+19=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #142113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142113 is #EBDEEC. Grayscale: #1B1B1B. Windows color (decimal): -15458029 or 1253652. OLE color: 1253652.

HSL color Cylindrical-coordinate representation of color #142113: hue angle of 115.71º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #142113 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB203319-
CMYK0.3900.420.87
HSL115.71º26.92%10.2%-
HSV(B)115.71º42.42%12.94%-
XYZ0.951.280.81-
YUV27.52123.19122.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.78%
GREEN value IS 33 (13.28% from 255) = 45.83%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=27.78%
G=45.83%
B=26.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2033190.3900.420.87115.7126.9210.2
Hex1421132702A57741ba
Octal244123470521271643312
Binary1010010000110011100111010101010101111110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142113; }

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

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

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

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

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

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

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

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