#14534A

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

Shades of Cyprus #14534A

Tints of Cyprus #14534A

Color information

#14534A (or 0x14534A) is unknown color: approx Cyprus. HEX triplet: 14, 53 and 4A. RGB value is (20,83,74). Sum of RGB (Red+Green+Blue) = 20+83+74=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #14534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14534A is #EBACB5. Grayscale: #3F3F3F. Windows color (decimal): -15445174 or 4870932. OLE color: 4870932.

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

Color convert

RGB208374-
CMYK0.7600.110.67
HSL171.43º61.17%20.2%-
HSV(B)171.43º75.9%32.55%-
XYZ4.626.837.55-
YUV63.14134.1397.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 74 (29.30% from 255) = 41.81%
R=11.30%
G=46.89%
B=41.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083740.7600.110.67171.4361.1720.2
Hex14534A4C0B43ab3d14
Octal241231121140131032537524
Binary101001010011100101010011000101110000111010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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