#144642

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

Shades of Cyprus #144642

Tints of Cyprus #144642

Color information

#144642 (or 0x144642) is unknown color: approx Cyprus. HEX triplet: 14, 46 and 42. RGB value is (20,70,66). Sum of RGB (Red+Green+Blue) = 20+70+66=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #144642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144642 is #EBB9BD. Grayscale: #363636. Windows color (decimal): -15448510 or 4343316. OLE color: 4343316.

HSL color Cylindrical-coordinate representation of color #144642: hue angle of 175.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144642 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB207066-
CMYK0.7100.060.73
HSL175.2º55.56%17.65%-
HSV(B)175.2º71.43%27.45%-
XYZ3.464.925.92-
YUV54.59134.44103.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 66 (26.17% from 255) = 42.31%
R=12.82%
G=44.87%
B=42.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2070660.7100.060.73175.255.5617.65
Hex144642470649af3812
Octal24106102107061112577022
Binary10100100011010000101000111011010010011010111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144642; }

 p { color: rgb(20,70,66); }

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

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

 a { background-color: rgb(20,70,66); }

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

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

 span { border-color: rgb(20,70,66); }

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