#142514

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

Shades of Myrtle #142514

Tints of Myrtle #142514

Color information

#142514 (or 0x142514) is unknown color: approx Myrtle. HEX triplet: 14, 25 and 14. RGB value is (20,37,20). Sum of RGB (Red+Green+Blue) = 20+37+20=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #142514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142514 is #EBDAEB. Grayscale: #1E1E1E. Windows color (decimal): -15457004 or 1320212. OLE color: 1320212.

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

Color convert

RGB203720-
CMYK0.4600.460.85
HSL120º29.82%11.18%-
HSV(B)120º45.95%14.51%-
XYZ1.081.520.9-
YUV29.98122.37120.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=25.97%
G=48.05%
B=25.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037200.4600.460.8512029.8211.18
Hex1425142E02E55781eb
Octal244524560561251703613
Binary1010010010110100101110010111010101011111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142514; }

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

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

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

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

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

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

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

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