#144B15

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

Shades of Myrtle #144B15

Tints of Myrtle #144B15

Color information

#144B15 (or 0x144B15) is unknown color: approx Myrtle. HEX triplet: 14, 4B and 15. RGB value is (20,75,21). Sum of RGB (Red+Green+Blue) = 20+75+21=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 75 (29.69% from 255 or 64.66% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 75 - color contains mainly: green. Hex color #144B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144B15 is #EBB4EA. Grayscale: #343434. Windows color (decimal): -15447275 or 1395476. OLE color: 1395476.

HSL color Cylindrical-coordinate representation of color #144B15: hue angle of 121.09º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B15 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB207521-
CMYK0.7300.720.71
HSL121.09º57.89%18.63%-
HSV(B)121.09º73.33%29.41%-
XYZ2.945.241.56-
YUV52.4110.28104.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 75 (29.69% from 255) = 64.66%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=17.24%
G=64.66%
B=18.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2075210.7300.720.71121.0957.8918.63
Hex144B154904847793a13
Octal241132511101101071717223
Binary101001001011101011001001010010001000111111100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144B15; }

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

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

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

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

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

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

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

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