#13544F

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

Shades of Cyprus #13544F

Tints of Cyprus #13544F

Color information

#13544F (or 0x13544F) is unknown color: approx Cyprus. HEX triplet: 13, 54 and 4F. RGB value is (19,84,79). Sum of RGB (Red+Green+Blue) = 19+84+79=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #13544F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13544F is #ECABB0. Grayscale: #3F3F3F. Windows color (decimal): -15510449 or 5198867. OLE color: 5198867.

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

Color convert

RGB198479-
CMYK0.7700.060.67
HSL175.38º63.11%20.2%-
HSV(B)175.38º77.38%32.94%-
XYZ4.857.048.5-
YUV64136.4795.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 84 (33.20% from 255) = 46.15%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=10.44%
G=46.15%
B=43.41%

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
Decimal1984790.7700.060.67175.3863.1120.2
Hex13544F4D0643af3f14
Octal23124117115061032577724
Binary10011101010010011111001101011010000111010111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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