#144718

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

Shades of Myrtle #144718

Tints of Myrtle #144718

Color information

#144718 (or 0x144718) is unknown color: approx Myrtle. HEX triplet: 14, 47 and 18. RGB value is (20,71,24). Sum of RGB (Red+Green+Blue) = 20+71+24=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #144718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144718 is #EBB8E7. Grayscale: #323232. Windows color (decimal): -15448296 or 1591060. OLE color: 1591060.

HSL color Cylindrical-coordinate representation of color #144718: hue angle of 124.71º degrees, saturation: 0.56, 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 #144718 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB207124-
CMYK0.7200.660.72
HSL124.71º56.04%17.84%-
HSV(B)124.71º71.83%27.84%-
XYZ2.714.721.63-
YUV50.39113.1106.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 71 (28.12% from 255) = 61.74%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=17.39%
G=61.74%
B=20.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071240.7200.660.72124.7156.0417.84
Hex14471848042487d3812
Octal241073011001021101757022
Binary101001000111110001001000010000101001000111110111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144718; }

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

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

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

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

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

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

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

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