#144845

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

Shades of Cyprus #144845

Tints of Cyprus #144845

Color information

#144845 (or 0x144845) is unknown color: approx Cyprus. HEX triplet: 14, 48 and 45. RGB value is (20,72,69). Sum of RGB (Red+Green+Blue) = 20+72+69=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #144845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144845 is #EBB7BA. Grayscale: #383838. Windows color (decimal): -15447995 or 4540436. OLE color: 4540436.

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

Color convert

RGB207269-
CMYK0.7200.040.72
HSL176.54º56.52%18.04%-
HSV(B)176.54º72.22%28.24%-
XYZ3.685.216.44-
YUV56.11135.27102.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 69 (27.34% from 255) = 42.86%
R=12.42%
G=44.72%
B=42.86%

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
Decimal2072690.7200.040.72176.5456.5218.04
Hex144845480448b13912
Octal24110105110041102617122
Binary10100100100010001011001000010010010001011000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144845; }

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

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

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

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

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

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

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

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