#142112

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

Shades of Myrtle #142112

Tints of Myrtle #142112

Color information

#142112 (or 0x142112) is unknown color: approx Myrtle. HEX triplet: 14, 21 and 12. RGB value is (20,33,18). Sum of RGB (Red+Green+Blue) = 20+33+18=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 33 - color contains mainly: green. Hex color #142112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142112 is #EBDEED. Grayscale: #1B1B1B. Windows color (decimal): -15458030 or 1188116. OLE color: 1188116.

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

Color convert

RGB203318-
CMYK0.3900.450.87
HSL112º29.41%10%-
HSV(B)112º45.45%12.94%-
XYZ0.941.280.77-
YUV27.4122.69122.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 33 (13.28% from 255) = 46.48%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=28.17%
G=46.48%
B=25.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2033180.3900.450.8711229.4110
Hex1421122702D57701da
Octal244122470551271603512
Binary1010010000110010100111010110110101111110000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142112; }

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

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

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

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

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

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

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

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