#142311

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

Shades of Myrtle #142311

Tints of Myrtle #142311

Color information

#142311 (or 0x142311) is unknown color: approx Myrtle. HEX triplet: 14, 23 and 11. RGB value is (20,35,17). Sum of RGB (Red+Green+Blue) = 20+35+17=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #142311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142311 is #EBDCEE. Grayscale: #1C1C1C. Windows color (decimal): -15457519 or 1123092. OLE color: 1123092.

HSL color Cylindrical-coordinate representation of color #142311: hue angle of 110º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #142311 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB203517-
CMYK0.4300.510.86
HSL110º34.62%10.2%-
HSV(B)110º51.43%13.73%-
XYZ0.991.390.75-
YUV28.46121.53121.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.78%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 17 (7.03% from 255) = 23.61%
R=27.78%
G=48.61%
B=23.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2035170.4300.510.8611034.6210.2
Hex1423112B033566e23a
Octal244321530631261564312
Binary10100100011100011010110110011101011011011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142311; }

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

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

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

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

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

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

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

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