Html Css Color HEX #13574F Cyprus

📋 copy color: '#13574F'

red 19 ◦ green 87 ◦ blue 79

#13574F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #13574F

Tints of Cyprus #13574F

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.7%

R = 10.27%
G = 47.03%
B = 42.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#13574F (or 0x13574F) is known color: 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

RGB 19 87 79 -
CMYK 0.78 0 0.09 0.66
HSL 172.94º 0.64% 0.21% -
HSV(B) 172.94º 0.78% 0.34% -
XYZ 5.09 7.52 8.58 -
YUV 65.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 19 87 79 0.78 0 0.09 0.66 172.94 0.64 0.21
Hex 13 57 4F 4E 0 9 42 AD 40 15
Octal 23 127 117 116 0 11 102 255 100 25
Binary 10011 1010111 1001111 1001110 0 1001 1000010 10101101 1000000 10101

Color Harmonies of #13574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13574F

Black with #13574F

Text Example


Text Example

White with #13574F

Text Example


Text Example

HTML Codes & Css Web 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>