Html Css Color HEX #13534F Cyprus

📋 copy color: '#13534F'

red 19 ◦ green 83 ◦ blue 79

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

Shades of Cyprus #13534F

Tints of Cyprus #13534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.86%

 BLUE value IS 79 (31.25% from 255) = 43.65%

R = 10.5%
G = 45.86%
B = 43.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#13534F (or 0x13534F) is known color: Cyprus. HEX triplet: 13, 53 and 4F. RGB value is (19,83,79). Sum of RGB (Red+Green+Blue) = 19+83+79=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #13534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13534F is #ECACB0. Grayscale: #3F3F3F. Windows color (decimal): -15510705 or 5198611. OLE color: 5198611.

HSL color Cylindrical-coordinate representation of color #13534F: hue angle of 176.25º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13534F is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 79 -
CMYK 0.77 0 0.05 0.67
HSL 176.25º 0.63% 0.2% -
HSV(B) 176.25º 0.77% 0.33% -
XYZ 4.77 6.89 8.48 -
YUV 63.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 19 83 79 0.77 0 0.05 0.67 176.25 0.63 0.2
Hex 13 53 4F 4D 0 5 43 B0 3F 14
Octal 23 123 117 115 0 5 103 260 77 24
Binary 10011 1010011 1001111 1001101 0 101 1000011 10110000 111111 10100

Color Harmonies of #13534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13534F

Black with #13534F

Text Example


Text Example

White with #13534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13534F; }

 p { color: rgb(19,83,79); }

 H1.HeaderClassName
 {
   color: #13534F;
 }
 .AnyTagClassName
 {
   color: #13534F;
 }
</style>

background-color css

<style>
 a { background-color: #13534F; }

 a { background-color: rgb(19,83,79); }

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

border-color css

<style>
 span { border-color: #13534F; }

 span { border-color: rgb(19,83,79); }

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