#144B48

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

Shades of Cyprus #144B48

Tints of Cyprus #144B48

Color information

#144B48 (or 0x144B48) is unknown color: approx Cyprus. HEX triplet: 14, 4B and 48. RGB value is (20,75,72). Sum of RGB (Red+Green+Blue) = 20+75+72=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #144B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B48 is #EBB4B7. Grayscale: #3A3A3A. Windows color (decimal): -15447224 or 4737812. OLE color: 4737812.

HSL color Cylindrical-coordinate representation of color #144B48: hue angle of 176.73º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B48 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB207572-
CMYK0.7300.040.71
HSL176.73º57.89%18.63%-
HSV(B)176.73º73.33%29.41%-
XYZ3.975.657.01-
YUV58.21135.78100.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=11.98%
G=44.91%
B=43.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2075720.7300.040.71176.7357.8918.63
Hex144B48490447b13a13
Octal24113110111041072617223
Binary10100100101110010001001001010010001111011000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,75,72); }

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

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

 a { background-color: rgb(20,75,72); }

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

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

 span { border-color: rgb(20,75,72); }

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