#144815

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

Shades of Myrtle #144815

Tints of Myrtle #144815

Color information

#144815 (or 0x144815) is unknown color: approx Myrtle. HEX triplet: 14, 48 and 15. RGB value is (20,72,21). Sum of RGB (Red+Green+Blue) = 20+72+21=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #144815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144815 is #EBB7EA. Grayscale: #323232. Windows color (decimal): -15448043 or 1394708. OLE color: 1394708.

HSL color Cylindrical-coordinate representation of color #144815: hue angle of 121.15º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144815 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB207221-
CMYK0.7200.710.72
HSL121.15º56.52%18.04%-
HSV(B)121.15º72.22%28.24%-
XYZ2.744.841.5-
YUV50.64111.27106.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 72 (28.52% from 255) = 63.72%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=17.70%
G=63.72%
B=18.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072210.7200.710.72121.1556.5218.04
Hex1448154804748793912
Octal241102511001071101717122
Binary101001001000101011001000010001111001000111100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144815; }

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

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

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

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

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

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

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

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