#13574F

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

Shades of Cyprus #13574F

Tints of Cyprus #13574F

Color information

#13574F (or 0x13574F) is unknown color: approx Cyprus. HEX triplet: 13, 57 and 4F. RGB value is (19,87,79). Sum of RGB (Red+Green+Blue) = 19+87+79=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 87 - color contains mainly: green. Hex color #13574F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13574F is #ECA8B0. Grayscale: #414141. Windows color (decimal): -15509681 or 5199635. OLE color: 5199635.

HSL color Cylindrical-coordinate representation of color #13574F: hue angle of 172.94º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13574F is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB198779-
CMYK0.7800.090.66
HSL172.94º64.15%20.78%-
HSV(B)172.94º78.16%34.12%-
XYZ5.097.528.58-
YUV65.76135.4794.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 87 (34.38% from 255) = 47.03%
BLUE value IS 79 (31.25% from 255) = 42.70%
R=10.27%
G=47.03%
B=42.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1987790.7800.090.66172.9464.1520.78
Hex13574F4E0942ad4015
Octal2312711711601110225510025
Binary1001110101111001111100111001001100001010101101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13574F; }

 p { color: rgb(19,87,79); }

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

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

 a { background-color: rgb(19,87,79); }

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

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

 span { border-color: rgb(19,87,79); }

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