Shades of Cyprus #19524D
Tints of Cyprus #19524D
RGB
CMYK
RGB Variations
Color information
#19524D (or 0x19524D) is known color: Cyprus. HEX triplet: 19, 52 and 4D. RGB value is (25,82,77). Sum of RGB (Red+Green+Blue) = 25+82+77=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #19524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19524D is #E6ADB2. Grayscale: #404040. Windows color (decimal): -15117747 or 5067289. OLE color: 5067289.
HSL color Cylindrical-coordinate representation of color #19524D: hue angle of 174.74º 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 #19524D is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 77 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.68 |
| HSL | 174.74º | 0.53% | 0.21% | - |
| HSV(B) | 174.74º | 0.7% | 0.32% | - |
| XYZ | 4.76 | 6.78 | 8.08 | - |
| YUV | 64.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 77 | 0.70 | 0 | 0.06 | 0.68 | 174.74 | 0.53 | 0.21 |
| Hex | 19 | 52 | 4D | 46 | 0 | 6 | 44 | AF | 35 | 15 |
| Octal | 31 | 122 | 115 | 106 | 0 | 6 | 104 | 257 | 65 | 25 |
| Binary | 11001 | 1010010 | 1001101 | 1000110 | 0 | 110 | 1000100 | 10101111 | 110101 | 10101 |
Color Harmonies of #19524D
Complementary color
Monochromatic Colors of #19524D
Black with #19524D
Text Example
Text Example
White with #19524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19524D; }
p { color: rgb(25,82,77); }
H1.HeaderClassName
{
color: #19524D;
}
.AnyTagClassName
{
color: #19524D;
}
</style>
background-color css
<style>
a { background-color: #19524D; }
a { background-color: rgb(25,82,77); }
div.DivClassName
{
background-color: #19524D;
}
.BgClassName
{
background-color: #19524D;
}
</style>
border-color css
<style>
span { border-color: #19524D; }
span { border-color: rgb(25,82,77); }
td.TdClassName
{
border-color: #19524D;
}
.TagClassName
{
border-color: #19524D;
}
</style>