#144717

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

Shades of Myrtle #144717

Tints of Myrtle #144717

Color information

#144717 (or 0x144717) is unknown color: approx Myrtle. HEX triplet: 14, 47 and 17. RGB value is (20,71,23). Sum of RGB (Red+Green+Blue) = 20+71+23=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #144717 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144717 is #EBB8E8. Grayscale: #323232. Windows color (decimal): -15448297 or 1525524. OLE color: 1525524.

HSL color Cylindrical-coordinate representation of color #144717: hue angle of 123.53º 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 #144717 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB207123-
CMYK0.7200.680.72
HSL123.53º56.04%17.84%-
HSV(B)123.53º71.83%27.84%-
XYZ2.74.721.58-
YUV50.28112.6106.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 71 (28.12% from 255) = 62.28%
BLUE value IS 23 (9.38% from 255) = 20.18%
R=17.54%
G=62.28%
B=20.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071230.7200.680.72123.5356.0417.84
Hex14471748044487c3812
Octal241072711001041101747022
Binary101001000111101111001000010001001001000111110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144717; }

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

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

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

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

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

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

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

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