#144744

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

Shades of Cyprus #144744

Tints of Cyprus #144744

Color information

#144744 (or 0x144744) is unknown color: approx Cyprus. HEX triplet: 14, 47 and 44. RGB value is (20,71,68). Sum of RGB (Red+Green+Blue) = 20+71+68=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #144744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144744 is #EBB8BB. Grayscale: #373737. Windows color (decimal): -15448252 or 4474644. OLE color: 4474644.

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

Color convert

RGB207168-
CMYK0.7200.040.72
HSL176.47º56.04%17.84%-
HSV(B)176.47º71.83%27.84%-
XYZ3.595.076.26-
YUV55.41135.1102.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=12.58%
G=44.65%
B=42.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071680.7200.040.72176.4756.0417.84
Hex144744480448b03812
Octal24107104110041102607022
Binary10100100011110001001001000010010010001011000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144744; }

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

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

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

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

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

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

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

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