#143715

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

Shades of Myrtle #143715

Tints of Myrtle #143715

Color information

#143715 (or 0x143715) is unknown color: approx Myrtle. HEX triplet: 14, 37 and 15. RGB value is (20,55,21). Sum of RGB (Red+Green+Blue) = 20+55+21=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #143715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143715 is #EBC8EA. Grayscale: #282828. Windows color (decimal): -15452395 or 1390356. OLE color: 1390356.

HSL color Cylindrical-coordinate representation of color #143715: hue angle of 121.71º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143715 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.

Color convert

RGB205521-
CMYK0.6400.620.78
HSL121.71º46.67%14.71%-
HSV(B)121.71º63.64%21.57%-
XYZ1.792.941.18-
YUV40.66116.9113.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 55 (21.88% from 255) = 57.29%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=20.83%
G=57.29%
B=21.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055210.6400.620.78121.7146.6714.71
Hex1437154003E4E7a2ff
Octal2467251000761161725717
Binary101001101111010110000000111110100111011110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143715; }

 p { color: rgb(20,55,21); }

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

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

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

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

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

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

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