#144E47

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

Shades of Cyprus #144E47

Tints of Cyprus #144E47

Color information

#144E47 (or 0x144E47) is unknown color: approx Cyprus. HEX triplet: 14, 4E and 47. RGB value is (20,78,71). Sum of RGB (Red+Green+Blue) = 20+78+71=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 78 - color contains mainly: green. Hex color #144E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E47 is #EBB1B8. Grayscale: #3B3B3B. Windows color (decimal): -15446457 or 4673044. OLE color: 4673044.

HSL color Cylindrical-coordinate representation of color #144E47: hue angle of 172.76º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144E47 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB207871-
CMYK0.7400.090.69
HSL172.76º59.18%19.22%-
HSV(B)172.76º74.36%30.59%-
XYZ4.156.056.91-
YUV59.86134.2899.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 78 (30.86% from 255) = 46.15%
BLUE value IS 71 (28.12% from 255) = 42.01%
R=11.83%
G=46.15%
B=42.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2078710.7400.090.69172.7659.1819.22
Hex144E474A0945ad3b13
Octal241161071120111052557323
Binary101001001110100011110010100100110001011010110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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