#142213

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

Shades of Myrtle #142213

Tints of Myrtle #142213

Color information

#142213 (or 0x142213) is unknown color: approx Myrtle. HEX triplet: 14, 22 and 13. RGB value is (20,34,19). Sum of RGB (Red+Green+Blue) = 20+34+19=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 34 - color contains mainly: green. Hex color #142213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142213 is #EBDDEC. Grayscale: #1C1C1C. Windows color (decimal): -15457773 or 1253908. OLE color: 1253908.

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

Color convert

RGB203419-
CMYK0.4100.440.87
HSL116º28.3%10.39%-
HSV(B)116º44.12%13.33%-
XYZ0.981.340.82-
YUV28.1122.86122.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 34 (13.67% from 255) = 46.58%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=27.40%
G=46.58%
B=26.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2034190.4100.440.8711628.310.39
Hex1422132902C57741ca
Octal244223510541271643412
Binary1010010001010011101001010110010101111110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142213; }

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

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

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

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

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

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

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

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