#144B13

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

Shades of Myrtle #144B13

Tints of Myrtle #144B13

Color information

#144B13 (or 0x144B13) is unknown color: approx Myrtle. HEX triplet: 14, 4B and 13. RGB value is (20,75,19). Sum of RGB (Red+Green+Blue) = 20+75+19=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 75 (29.69% from 255 or 65.79% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 75 - color contains mainly: green. Hex color #144B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144B13 is #EBB4EC. Grayscale: #343434. Windows color (decimal): -15447277 or 1264404. OLE color: 1264404.

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

Color convert

RGB207519-
CMYK0.7300.750.71
HSL118.93º59.57%18.43%-
HSV(B)118.93º74.67%29.41%-
XYZ2.925.231.47-
YUV52.17109.28105.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 75 (29.69% from 255) = 65.79%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=17.54%
G=65.79%
B=16.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2075190.7300.750.71118.9359.5718.43
Hex144B134904B47773c12
Octal241132311101131071677422
Binary101001001011100111001001010010111000111111011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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