Html Css Color HEX #13574B Cyprus

📋 copy color: '#13574B'

red 19 ◦ green 87 ◦ blue 75

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

Shades of Cyprus #13574B

Tints of Cyprus #13574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.44%

R = 10.5%
G = 48.07%
B = 41.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 19 87 75 -
CMYK 0.78 0 0.14 0.66
HSL 169.41º 0.64% 0.21% -
HSV(B) 169.41º 0.78% 0.34% -
XYZ 4.95 7.46 7.84 -
YUV 65.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 19 87 75 0.78 0 0.14 0.66 169.41 0.64 0.21
Hex 13 57 4B 4E 0 E 42 A9 40 15
Octal 23 127 113 116 0 16 102 251 100 25
Binary 10011 1010111 1001011 1001110 0 1110 1000010 10101001 1000000 10101

Color Harmonies of #13574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13574B

Black with #13574B

Text Example


Text Example

White with #13574B

Text Example


Text Example

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