#13564D

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

Shades of Cyprus #13564D

Tints of Cyprus #13564D

Color information

#13564D (or 0x13564D) is unknown color: approx Cyprus. HEX triplet: 13, 56 and 4D. RGB value is (19,86,77). Sum of RGB (Red+Green+Blue) = 19+86+77=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #13564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13564D is #ECA9B2. Grayscale: #404040. Windows color (decimal): -15509939 or 5068307. OLE color: 5068307.

HSL color Cylindrical-coordinate representation of color #13564D: hue angle of 171.94º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13564D is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB198677-
CMYK0.7800.100.66
HSL171.94º63.81%20.59%-
HSV(B)171.94º77.91%33.73%-
XYZ4.947.338.18-
YUV64.94134.895.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 86 (33.98% from 255) = 47.25%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=10.44%
G=47.25%
B=42.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986770.7800.100.66171.9463.8120.59
Hex13564D4E0A42ac4015
Octal2312611511601210225410025
Binary1001110101101001101100111001010100001010101100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13564D; }

 p { color: rgb(19,86,77); }

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

<style>
 a { background-color: #13564D; }

 a { background-color: rgb(19,86,77); }

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

<style>
 span { border-color: #13564D; }

 span { border-color: rgb(19,86,77); }

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