#14504D

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

Shades of Cyprus #14504D

Tints of Cyprus #14504D

Color information

#14504D (or 0x14504D) is unknown color: approx Cyprus. HEX triplet: 14, 50 and 4D. RGB value is (20,80,77). Sum of RGB (Red+Green+Blue) = 20+80+77=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #14504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14504D is #EBAFB2. Grayscale: #3D3D3D. Windows color (decimal): -15445939 or 5066772. OLE color: 5066772.

HSL color Cylindrical-coordinate representation of color #14504D: hue angle of 177º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14504D is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB208077-
CMYK0.7500.040.69
HSL177º60%19.61%-
HSV(B)177º75%31.37%-
XYZ4.56.428.02-
YUV61.72136.6298.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=11.30%
G=45.20%
B=43.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080770.7500.040.691776019.61
Hex14504D4B0445b13c14
Octal24120115113041052617424
Binary10100101000010011011001011010010001011011000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14504D; }

 p { color: rgb(20,80,77); }

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

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

 a { background-color: rgb(20,80,77); }

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

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

 span { border-color: rgb(20,80,77); }

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