#144215

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

Shades of Myrtle #144215

Tints of Myrtle #144215

Color information

#144215 (or 0x144215) is unknown color: approx Myrtle. HEX triplet: 14, 42 and 15. RGB value is (20,66,21). Sum of RGB (Red+Green+Blue) = 20+66+21=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #144215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144215 is #EBBDEA. Grayscale: #2F2F2F. Windows color (decimal): -15449579 or 1393172. OLE color: 1393172.

HSL color Cylindrical-coordinate representation of color #144215: hue angle of 121.3º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144215 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB206621-
CMYK0.7000.680.74
HSL121.3º53.49%16.86%-
HSV(B)121.3º69.7%25.88%-
XYZ2.374.11.38-
YUV47.12113.26108.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 66 (26.17% from 255) = 61.68%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=18.69%
G=61.68%
B=19.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066210.7000.680.74121.353.4916.86
Hex144215460444A793511
Octal241022510601041121716521
Binary101001000010101011000110010001001001010111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144215; }

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

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

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

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

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

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

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

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