Shades of Cyprus #19524E
Tints of Cyprus #19524E
RGB
CMYK
RGB Variations
Color information
#19524E (or 0x19524E) is known color: Cyprus. HEX triplet: 19, 52 and 4E. RGB value is (25,82,78). Sum of RGB (Red+Green+Blue) = 25+82+78=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #19524E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19524E is #E6ADB1. Grayscale: #404040. Windows color (decimal): -15117746 or 5132825. OLE color: 5132825.
HSL color Cylindrical-coordinate representation of color #19524E: hue angle of 175.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19524E is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 78 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.68 |
| HSL | 175.79º | 0.53% | 0.21% | - |
| HSV(B) | 175.79º | 0.7% | 0.32% | - |
| XYZ | 4.79 | 6.79 | 8.27 | - |
| YUV | 64.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 78 | 0.70 | 0 | 0.05 | 0.68 | 175.79 | 0.53 | 0.21 |
| Hex | 19 | 52 | 4E | 46 | 0 | 5 | 44 | B0 | 35 | 15 |
| Octal | 31 | 122 | 116 | 106 | 0 | 5 | 104 | 260 | 65 | 25 |
| Binary | 11001 | 1010010 | 1001110 | 1000110 | 0 | 101 | 1000100 | 10110000 | 110101 | 10101 |
Color Harmonies of #19524E
Complementary color
Monochromatic Colors of #19524E
Black with #19524E
Text Example
Text Example
White with #19524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19524E; }
p { color: rgb(25,82,78); }
H1.HeaderClassName
{
color: #19524E;
}
.AnyTagClassName
{
color: #19524E;
}
</style>
background-color css
<style>
a { background-color: #19524E; }
a { background-color: rgb(25,82,78); }
div.DivClassName
{
background-color: #19524E;
}
.BgClassName
{
background-color: #19524E;
}
</style>
border-color css
<style>
span { border-color: #19524E; }
span { border-color: rgb(25,82,78); }
td.TdClassName
{
border-color: #19524E;
}
.TagClassName
{
border-color: #19524E;
}
</style>