Shades of Cyprus #19524A
Tints of Cyprus #19524A
RGB
CMYK
RGB Variations
Color information
#19524A (or 0x19524A) is known color: Cyprus. HEX triplet: 19, 52 and 4A. RGB value is (25,82,74). Sum of RGB (Red+Green+Blue) = 25+82+74=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #19524A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19524A is #E6ADB5. Grayscale: #404040. Windows color (decimal): -15117750 or 4870681. OLE color: 4870681.
HSL color Cylindrical-coordinate representation of color #19524A: hue angle of 171.58º 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 #19524A is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 74 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.68 |
| HSL | 171.58º | 0.53% | 0.21% | - |
| HSV(B) | 171.58º | 0.7% | 0.32% | - |
| XYZ | 4.65 | 6.74 | 7.53 | - |
| YUV | 64.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 74 | 0.70 | 0 | 0.10 | 0.68 | 171.58 | 0.53 | 0.21 |
| Hex | 19 | 52 | 4A | 46 | 0 | A | 44 | AC | 35 | 15 |
| Octal | 31 | 122 | 112 | 106 | 0 | 12 | 104 | 254 | 65 | 25 |
| Binary | 11001 | 1010010 | 1001010 | 1000110 | 0 | 1010 | 1000100 | 10101100 | 110101 | 10101 |
Color Harmonies of #19524A
Complementary color
Monochromatic Colors of #19524A
Black with #19524A
Text Example
Text Example
White with #19524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19524A; }
p { color: rgb(25,82,74); }
H1.HeaderClassName
{
color: #19524A;
}
.AnyTagClassName
{
color: #19524A;
}
</style>
background-color css
<style>
a { background-color: #19524A; }
a { background-color: rgb(25,82,74); }
div.DivClassName
{
background-color: #19524A;
}
.BgClassName
{
background-color: #19524A;
}
</style>
border-color css
<style>
span { border-color: #19524A; }
span { border-color: rgb(25,82,74); }
td.TdClassName
{
border-color: #19524A;
}
.TagClassName
{
border-color: #19524A;
}
</style>