#13574B

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

Shades of Cyprus #13574B

Tints of Cyprus #13574B

Color information

#13574B (or 0x13574B) is unknown color: approx Cyprus. HEX triplet: 13, 57 and 4B. RGB value is (19,87,75). Sum of RGB (Red+Green+Blue) = 19+87+75=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #13574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13574B is #ECA8B4. Grayscale: #414141. Windows color (decimal): -15509685 or 4937491. OLE color: 4937491.

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

Color convert

RGB198775-
CMYK0.7800.140.66
HSL169.41º64.15%20.78%-
HSV(B)169.41º78.16%34.12%-
XYZ4.957.467.84-
YUV65.3133.4794.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 87 (34.38% from 255) = 48.07%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=10.50%
G=48.07%
B=41.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1987750.7800.140.66169.4164.1520.78
Hex13574B4E0E42a94015
Octal2312711311601610225110025
Binary1001110101111001011100111001110100001010101001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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