#144713

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

Shades of Myrtle #144713

Tints of Myrtle #144713

Color information

#144713 (or 0x144713) is unknown color: approx Myrtle. HEX triplet: 14, 47 and 13. RGB value is (20,71,19). Sum of RGB (Red+Green+Blue) = 20+71+19=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #144713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144713 is #EBB8EC. Grayscale: #313131. Windows color (decimal): -15448301 or 1263380. OLE color: 1263380.

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

Color convert

RGB207119-
CMYK0.7200.730.72
HSL118.85º57.78%17.65%-
HSV(B)118.85º73.24%27.84%-
XYZ2.664.71.38-
YUV49.82110.6106.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 71 (28.12% from 255) = 64.55%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=18.18%
G=64.55%
B=17.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071190.7200.730.72118.8557.7817.65
Hex1447134804948773a12
Octal241072311001111101677222
Binary101001000111100111001000010010011001000111011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144713; }

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

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

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

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

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

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

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

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