#13504E

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

Shades of Cyprus #13504E

Tints of Cyprus #13504E

Color information

#13504E (or 0x13504E) is unknown color: approx Cyprus. HEX triplet: 13, 50 and 4E. RGB value is (19,80,78). Sum of RGB (Red+Green+Blue) = 19+80+78=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #13504E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13504E is #ECAFB1. Grayscale: #3D3D3D. Windows color (decimal): -15511474 or 5132307. OLE color: 5132307.

HSL color Cylindrical-coordinate representation of color #13504E: hue angle of 178.03º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13504E is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB198078-
CMYK0.7600.020.69
HSL178.03º61.62%19.41%-
HSV(B)178.03º76.25%31.37%-
XYZ4.516.438.21-
YUV61.53137.2997.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.73%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=10.73%
G=45.20%
B=44.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980780.7600.020.69178.0361.6219.41
Hex13504E4C0245b23e13
Octal23120116114021052627623
Binary1001110100001001110100110001010001011011001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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