Html Css Color HEX #13574D Cyprus

📋 copy color: '#13574D'

red 19 ◦ green 87 ◦ blue 77

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

Shades of Cyprus #13574D

Tints of Cyprus #13574D

RGB

 RED value IS 19 (7.81% from 255) = 10.38%

 GREEN value IS 87 (34.38% from 255) = 47.54%

 BLUE value IS 77 (30.47% from 255) = 42.08%

R = 10.38%
G = 47.54%
B = 42.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#13574D (or 0x13574D) is known color: Cyprus. HEX triplet: 13, 57 and 4D. RGB value is (19,87,77). Sum of RGB (Red+Green+Blue) = 19+87+77=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #13574D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13574D is #ECA8B2. Grayscale: #414141. Windows color (decimal): -15509683 or 5068563. OLE color: 5068563.

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

Color convert

RGB 19 87 77 -
CMYK 0.78 0 0.11 0.66
HSL 171.18º 0.64% 0.21% -
HSV(B) 171.18º 0.78% 0.34% -
XYZ 5.02 7.49 8.2 -
YUV 65.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 19 87 77 0.78 0 0.11 0.66 171.18 0.64 0.21
Hex 13 57 4D 4E 0 B 42 AB 40 15
Octal 23 127 115 116 0 13 102 253 100 25
Binary 10011 1010111 1001101 1001110 0 1011 1000010 10101011 1000000 10101

Color Harmonies of #13574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13574D

Black with #13574D

Text Example


Text Example

White with #13574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13574D;
 }
 .AnyTagClassName
 {
   color: #13574D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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