#13564B

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

Shades of Cyprus #13564B

Tints of Cyprus #13564B

Color information

#13564B (or 0x13564B) is unknown color: approx Cyprus. HEX triplet: 13, 56 and 4B. RGB value is (19,86,75). Sum of RGB (Red+Green+Blue) = 19+86+75=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #13564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13564B is #ECA9B4. Grayscale: #404040. Windows color (decimal): -15509941 or 4937235. OLE color: 4937235.

HSL color Cylindrical-coordinate representation of color #13564B: hue angle of 170.15º 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 #13564B is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB198675-
CMYK0.7800.130.66
HSL170.15º63.81%20.59%-
HSV(B)170.15º77.91%33.73%-
XYZ4.877.37.81-
YUV64.71133.895.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 86 (33.98% from 255) = 47.78%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=10.56%
G=47.78%
B=41.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986750.7800.130.66170.1563.8120.59
Hex13564B4E0D42aa4015
Octal2312611311601510225210025
Binary1001110101101001011100111001101100001010101010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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