#13534C

Color #13534C Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #13534C

Tints of Cyprus #13534C

Color information

#13534C (or 0x13534C) is unknown color: approx 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

RGB198376-
CMYK0.7700.080.67
HSL173.44º62.75%20%-
HSV(B)173.44º77.11%32.55%-
XYZ4.676.857.91-
YUV63.07135.396.57-

RGB Variations

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

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.70%
R=10.67%
G=46.63%
B=42.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983760.7700.080.67173.4462.7520
Hex13534C4D0843ad3f14
Octal231231141150101032557724
Binary100111010011100110010011010100010000111010110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>