Html Css Color HEX #13534C Cyprus

📋 copy color: '#13534C'

red 19 ◦ green 83 ◦ blue 76

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

Shades of Cyprus #13534C

Tints of Cyprus #13534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.7%

R = 10.67%
G = 46.63%
B = 42.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#13534C (or 0x13534C) is known color: Cyprus. HEX triplet: 13, 53 and 4C. RGB value is (19,83,76). Sum of RGB (Red+Green+Blue) = 19+83+76=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #13534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13534C is #ECACB3. Grayscale: #3F3F3F. Windows color (decimal): -15510708 or 5002003. OLE color: 5002003.

HSL color Cylindrical-coordinate representation of color #13534C: hue angle of 173.44º 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 #13534C is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 76 -
CMYK 0.77 0 0.08 0.67
HSL 173.44º 0.63% 0.2% -
HSV(B) 173.44º 0.77% 0.33% -
XYZ 4.67 6.85 7.91 -
YUV 63.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 19 83 76 0.77 0 0.08 0.67 173.44 0.63 0.2
Hex 13 53 4C 4D 0 8 43 AD 3F 14
Octal 23 123 114 115 0 10 103 255 77 24
Binary 10011 1010011 1001100 1001101 0 1000 1000011 10101101 111111 10100

Color Harmonies of #13534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13534C

Black with #13534C

Text Example


Text Example

White with #13534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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