#144315

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

Shades of Myrtle #144315

Tints of Myrtle #144315

Color information

#144315 (or 0x144315) is unknown color: approx Myrtle. HEX triplet: 14, 43 and 15. RGB value is (20,67,21). Sum of RGB (Red+Green+Blue) = 20+67+21=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #144315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144315 is #EBBCEA. Grayscale: #2F2F2F. Windows color (decimal): -15449323 or 1393428. OLE color: 1393428.

HSL color Cylindrical-coordinate representation of color #144315: hue angle of 121.28º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144315 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB206721-
CMYK0.7000.690.74
HSL121.28º54.02%17.06%-
HSV(B)121.28º70.15%26.27%-
XYZ2.434.221.4-
YUV47.7112.93108.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 67 (26.56% from 255) = 62.04%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=18.52%
G=62.04%
B=19.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2067210.7000.690.74121.2854.0217.06
Hex144315460454A793611
Octal241032510601051121716621
Binary101001000011101011000110010001011001010111100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144315; }

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

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

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

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

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

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

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

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