#14524A

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

Shades of Cyprus #14524A

Tints of Cyprus #14524A

Color information

#14524A (or 0x14524A) is unknown color: approx Cyprus. HEX triplet: 14, 52 and 4A. RGB value is (20,82,74). Sum of RGB (Red+Green+Blue) = 20+82+74=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #14524A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14524A is #EBADB5. Grayscale: #3E3E3E. Windows color (decimal): -15445430 or 4870676. OLE color: 4870676.

HSL color Cylindrical-coordinate representation of color #14524A: hue angle of 172.26º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14524A is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB208274-
CMYK0.7600.100.68
HSL172.26º60.78%20%-
HSV(B)172.26º75.61%32.16%-
XYZ4.546.687.53-
YUV62.55134.4697.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=11.36%
G=46.59%
B=42.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2082740.7600.100.68172.2660.7820
Hex14524A4C0A44ac3d14
Octal241221121140121042547524
Binary101001010010100101010011000101010001001010110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14524A; }

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

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

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

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

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

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

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

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