Shades of Cyprus #13504D
Tints of Cyprus #13504D
RGB
CMYK
RGB Variations
Color information
#13504D (or 0x13504D) is known color: Cyprus. HEX triplet: 13, 50 and 4D. RGB value is (19,80,77). Sum of RGB (Red+Green+Blue) = 19+80+77=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #13504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13504D is #ECAFB2. Grayscale: #3D3D3D. Windows color (decimal): -15511475 or 5066771. OLE color: 5066771.
HSL color Cylindrical-coordinate representation of color #13504D: hue angle of 177.05º 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 #13504D is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 77 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.69 |
| HSL | 177.05º | 0.62% | 0.19% | - |
| HSV(B) | 177.05º | 0.76% | 0.31% | - |
| XYZ | 4.48 | 6.41 | 8.02 | - |
| YUV | 61.42 | 136.79 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 77 | 0.76 | 0 | 0.04 | 0.69 | 177.05 | 0.62 | 0.19 |
| Hex | 13 | 50 | 4D | 4C | 0 | 4 | 45 | B1 | 3E | 13 |
| Octal | 23 | 120 | 115 | 114 | 0 | 4 | 105 | 261 | 76 | 23 |
| Binary | 10011 | 1010000 | 1001101 | 1001100 | 0 | 100 | 1000101 | 10110001 | 111110 | 10011 |
Color Harmonies of #13504D
Complementary color
Monochromatic Colors of #13504D
Black with #13504D
Text Example
Text Example
White with #13504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13504D; }
p { color: rgb(19,80,77); }
H1.HeaderClassName
{
color: #13504D;
}
.AnyTagClassName
{
color: #13504D;
}
</style>
background-color css
<style>
a { background-color: #13504D; }
a { background-color: rgb(19,80,77); }
div.DivClassName
{
background-color: #13504D;
}
.BgClassName
{
background-color: #13504D;
}
</style>
border-color css
<style>
span { border-color: #13504D; }
span { border-color: rgb(19,80,77); }
td.TdClassName
{
border-color: #13504D;
}
.TagClassName
{
border-color: #13504D;
}
</style>