#142011

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

Shades of Myrtle #142011

Tints of Myrtle #142011

Color information

#142011 (or 0x142011) is unknown color: approx Myrtle. HEX triplet: 14, 20 and 11. RGB value is (20,32,17). Sum of RGB (Red+Green+Blue) = 20+32+17=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #142011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142011 is #EBDFEE. Grayscale: #1A1A1A. Windows color (decimal): -15458287 or 1122324. OLE color: 1122324.

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

Color convert

RGB203217-
CMYK0.3700.470.87
HSL108º30.61%9.61%-
HSV(B)108º46.88%12.55%-
XYZ0.911.220.72-
YUV26.7122.52123.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.99%
GREEN value IS 32 (12.89% from 255) = 46.38%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=28.99%
G=46.38%
B=24.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2032170.3700.470.8710830.619.61
Hex1420112502F576c1fa
Octal244021450571271543712
Binary1010010000010001100101010111110101111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142011; }

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

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

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

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

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

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

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

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