#13574C

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

Shades of Cyprus #13574C

Tints of Cyprus #13574C

Color information

#13574C (or 0x13574C) is unknown color: approx Cyprus. HEX triplet: 13, 57 and 4C. RGB value is (19,87,76). Sum of RGB (Red+Green+Blue) = 19+87+76=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 87 - color contains mainly: green. Hex color #13574C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13574C is #ECA8B3. Grayscale: #414141. Windows color (decimal): -15509684 or 5003027. OLE color: 5003027.

HSL color Cylindrical-coordinate representation of color #13574C: hue angle of 170.29º 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 #13574C is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB198776-
CMYK0.7800.130.66
HSL170.29º64.15%20.78%-
HSV(B)170.29º78.16%34.12%-
XYZ4.987.488.02-
YUV65.41133.9794.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 87 (34.38% from 255) = 47.80%
BLUE value IS 76 (30.08% from 255) = 41.76%
R=10.44%
G=47.80%
B=41.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1987760.7800.130.66170.2964.1520.78
Hex13574C4E0D42aa4015
Octal2312711411601510225210025
Binary1001110101111001100100111001101100001010101010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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