#144947

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

Shades of Cyprus #144947

Tints of Cyprus #144947

Color information

#144947 (or 0x144947) is unknown color: approx Cyprus. HEX triplet: 14, 49 and 47. RGB value is (20,73,71). Sum of RGB (Red+Green+Blue) = 20+73+71=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #144947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144947 is #EBB6B8. Grayscale: #383838. Windows color (decimal): -15447737 or 4671764. OLE color: 4671764.

HSL color Cylindrical-coordinate representation of color #144947: hue angle of 177.74º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144947 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB207371-
CMYK0.7300.030.71
HSL177.74º56.99%18.24%-
HSV(B)177.74º72.6%28.63%-
XYZ3.815.376.8-
YUV56.92135.94101.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 73 (28.91% from 255) = 44.51%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=12.20%
G=44.51%
B=43.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2073710.7300.030.71177.7456.9918.24
Hex144947490347b23912
Octal24111107111031072627122
Binary1010010010011000111100100101110001111011001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144947; }

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

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

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

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

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

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

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

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