#144B45

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

Shades of Cyprus #144B45

Tints of Cyprus #144B45

Color information

#144B45 (or 0x144B45) is unknown color: approx Cyprus. HEX triplet: 14, 4B and 45. RGB value is (20,75,69). Sum of RGB (Red+Green+Blue) = 20+75+69=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #144B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B45 is #EBB4BA. Grayscale: #393939. Windows color (decimal): -15447227 or 4541204. OLE color: 4541204.

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

Color convert

RGB207569-
CMYK0.7300.080.71
HSL173.45º57.89%18.63%-
HSV(B)173.45º73.33%29.41%-
XYZ3.885.616.51-
YUV57.87134.28100.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 75 (29.69% from 255) = 45.73%
BLUE value IS 69 (27.34% from 255) = 42.07%
R=12.20%
G=45.73%
B=42.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2075690.7300.080.71173.4557.8918.63
Hex144B45490847ad3a13
Octal241131051110101072557223
Binary101001001011100010110010010100010001111010110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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