#142C11

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

Shades of Myrtle #142C11

Tints of Myrtle #142C11

Color information

#142C11 (or 0x142C11) is unknown color: approx Myrtle. HEX triplet: 14, 2C and 11. RGB value is (20,44,17). Sum of RGB (Red+Green+Blue) = 20+44+17=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 44 (17.58% from 255 or 54.32% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 44 - color contains mainly: green. Hex color #142C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C11 is #EBD3EE. Grayscale: #212121. Windows color (decimal): -15455215 or 1125396. OLE color: 1125396.

HSL color Cylindrical-coordinate representation of color #142C11: hue angle of 113.33º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #142C11 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB204417-
CMYK0.5500.610.83
HSL113.33º44.26%11.96%-
HSV(B)113.33º61.36%17.25%-
XYZ1.291.990.85-
YUV33.75118.55118.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 44 (17.58% from 255) = 54.32%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=24.69%
G=54.32%
B=20.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2044170.5500.610.83113.3344.2611.96
Hex142C113703D53712cc
Octal245421670751231615414
Binary10100101100100011101110111101101001111100011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142C11; }

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

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

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

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

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

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

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

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