#144C47

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

Shades of Cyprus #144C47

Tints of Cyprus #144C47

Color information

#144C47 (or 0x144C47) is unknown color: approx Cyprus. HEX triplet: 14, 4C and 47. RGB value is (20,76,71). Sum of RGB (Red+Green+Blue) = 20+76+71=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #144C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C47 is #EBB3B8. Grayscale: #3A3A3A. Windows color (decimal): -15446969 or 4672532. OLE color: 4672532.

HSL color Cylindrical-coordinate representation of color #144C47: hue angle of 174.64º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C47 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB207671-
CMYK0.7400.070.70
HSL174.64º58.33%18.82%-
HSV(B)174.64º73.68%29.8%-
XYZ4.015.776.86-
YUV58.69134.95100.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 76 (30.08% from 255) = 45.51%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=11.98%
G=45.51%
B=42.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076710.7400.070.70174.6458.3318.82
Hex144C474A0746af3a13
Octal24114107112071062577223
Binary10100100110010001111001010011110001101010111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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