#144B4A

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

Shades of Cyprus #144B4A

Tints of Cyprus #144B4A

Color information

#144B4A (or 0x144B4A) is unknown color: approx Cyprus. HEX triplet: 14, 4B and 4A. RGB value is (20,75,74). Sum of RGB (Red+Green+Blue) = 20+75+74=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #144B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B4A is #EBB4B5. Grayscale: #3A3A3A. Windows color (decimal): -15447222 or 4868884. OLE color: 4868884.

HSL color Cylindrical-coordinate representation of color #144B4A: hue angle of 178.91º 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 #144B4A is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB207574-
CMYK0.7300.010.71
HSL178.91º57.89%18.63%-
HSV(B)178.91º73.33%29.41%-
XYZ4.045.687.36-
YUV58.44136.78100.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=11.83%
G=44.38%
B=43.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2075740.7300.010.71178.9157.8918.63
Hex144B4A490147b33a13
Octal24113112111011072637223
Binary101001001011100101010010010110001111011001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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