Shades of Cyprus #19524B
Tints of Cyprus #19524B
RGB
CMYK
RGB Variations
Color information
#19524B (or 0x19524B) is known color: Cyprus. HEX triplet: 19, 52 and 4B. RGB value is (25,82,75). Sum of RGB (Red+Green+Blue) = 25+82+75=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #19524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19524B is #E6ADB4. Grayscale: #404040. Windows color (decimal): -15117749 or 4936217. OLE color: 4936217.
HSL color Cylindrical-coordinate representation of color #19524B: hue angle of 172.63º 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 #19524B is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 75 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.68 |
| HSL | 172.63º | 0.53% | 0.21% | - |
| HSV(B) | 172.63º | 0.7% | 0.32% | - |
| XYZ | 4.69 | 6.75 | 7.71 | - |
| YUV | 64.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 75 | 0.70 | 0 | 0.09 | 0.68 | 172.63 | 0.53 | 0.21 |
| Hex | 19 | 52 | 4B | 46 | 0 | 9 | 44 | AD | 35 | 15 |
| Octal | 31 | 122 | 113 | 106 | 0 | 11 | 104 | 255 | 65 | 25 |
| Binary | 11001 | 1010010 | 1001011 | 1000110 | 0 | 1001 | 1000100 | 10101101 | 110101 | 10101 |
Color Harmonies of #19524B
Complementary color
Monochromatic Colors of #19524B
Black with #19524B
Text Example
Text Example
White with #19524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19524B; }
p { color: rgb(25,82,75); }
H1.HeaderClassName
{
color: #19524B;
}
.AnyTagClassName
{
color: #19524B;
}
</style>
background-color css
<style>
a { background-color: #19524B; }
a { background-color: rgb(25,82,75); }
div.DivClassName
{
background-color: #19524B;
}
.BgClassName
{
background-color: #19524B;
}
</style>
border-color css
<style>
span { border-color: #19524B; }
span { border-color: rgb(25,82,75); }
td.TdClassName
{
border-color: #19524B;
}
.TagClassName
{
border-color: #19524B;
}
</style>