#144844

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

Shades of Cyprus #144844

Tints of Cyprus #144844

Color information

#144844 (or 0x144844) is unknown color: approx Cyprus. HEX triplet: 14, 48 and 44. RGB value is (20,72,68). Sum of RGB (Red+Green+Blue) = 20+72+68=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #144844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144844 is #EBB7BB. Grayscale: #373737. Windows color (decimal): -15447996 or 4474900. OLE color: 4474900.

HSL color Cylindrical-coordinate representation of color #144844: hue angle of 175.38º 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 #144844 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB207268-
CMYK0.7200.060.72
HSL175.38º56.52%18.04%-
HSV(B)175.38º72.22%28.24%-
XYZ3.655.26.28-
YUV56134.77102.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=12.5%
G=45%
B=42.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072680.7200.060.72175.3856.5218.04
Hex144844480648af3912
Octal24110104110061102577122
Binary10100100100010001001001000011010010001010111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144844; }

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

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

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

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

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

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

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

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