#142511

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

Shades of Myrtle #142511

Tints of Myrtle #142511

Color information

#142511 (or 0x142511) is unknown color: approx Myrtle. HEX triplet: 14, 25 and 11. RGB value is (20,37,17). Sum of RGB (Red+Green+Blue) = 20+37+17=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #142511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142511 is #EBDAEE. Grayscale: #1D1D1D. Windows color (decimal): -15457007 or 1123604. OLE color: 1123604.

HSL color Cylindrical-coordinate representation of color #142511: hue angle of 111º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #142511 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB203717-
CMYK0.4600.540.85
HSL111º37.04%10.59%-
HSV(B)111º54.05%14.51%-
XYZ1.051.510.77-
YUV29.64120.87121.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=27.03%
G=50%
B=22.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037170.4600.540.8511137.0410.59
Hex1425112E036556f25b
Octal244521560661251574513
Binary10100100101100011011100110110101010111011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142511; }

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

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

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

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

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

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

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

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