#142513

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

Shades of Myrtle #142513

Tints of Myrtle #142513

Color information

#142513 (or 0x142513) is unknown color: approx Myrtle. HEX triplet: 14, 25 and 13. RGB value is (20,37,19). Sum of RGB (Red+Green+Blue) = 20+37+19=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #142513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142513 is #EBDAEC. Grayscale: #1D1D1D. Windows color (decimal): -15457005 or 1254676. OLE color: 1254676.

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

Color convert

RGB203719-
CMYK0.4600.490.85
HSL116.67º32.14%10.98%-
HSV(B)116.67º48.65%14.51%-
XYZ1.071.520.85-
YUV29.86121.87120.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 19 (7.81% from 255) = 25%
R=26.32%
G=48.68%
B=25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037190.4600.490.85116.6732.1410.98
Hex1425132E031557520b
Octal244523560611251654013
Binary10100100101100111011100110001101010111101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142513; }

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

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

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

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

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

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

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

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