#13534E

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

Shades of Cyprus #13534E

Tints of Cyprus #13534E

Color information

#13534E (or 0x13534E) is unknown color: approx Cyprus. HEX triplet: 13, 53 and 4E. RGB value is (19,83,78). Sum of RGB (Red+Green+Blue) = 19+83+78=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #13534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13534E is #ECACB1. Grayscale: #3F3F3F. Windows color (decimal): -15510706 or 5133075. OLE color: 5133075.

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

Color convert

RGB198378-
CMYK0.7700.060.67
HSL175.31º62.75%20%-
HSV(B)175.31º77.11%32.55%-
XYZ4.746.888.29-
YUV63.29136.396.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 78 (30.86% from 255) = 43.33%
R=10.56%
G=46.11%
B=43.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983780.7700.060.67175.3162.7520
Hex13534E4D0643af3f14
Octal23123116115061032577724
Binary10011101001110011101001101011010000111010111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13534E;
 }
 .AnyTagClassName
 {
   color: #13534E;
 }
</style>
background-color css

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

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

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

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

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

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