Shades of Cyprus #19514A
Tints of Cyprus #19514A
RGB
CMYK
RGB Variations
Color information
#19514A (or 0x19514A) is known color: Cyprus. HEX triplet: 19, 51 and 4A. RGB value is (25,81,74). Sum of RGB (Red+Green+Blue) = 25+81+74=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #19514A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19514A is #E6AEB5. Grayscale: #3F3F3F. Windows color (decimal): -15118006 or 4870425. OLE color: 4870425.
HSL color Cylindrical-coordinate representation of color #19514A: hue angle of 172.5º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19514A is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 81 | 74 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.68 |
| HSL | 172.5º | 0.53% | 0.21% | - |
| HSV(B) | 172.5º | 0.69% | 0.32% | - |
| XYZ | 4.58 | 6.59 | 7.51 | - |
| YUV | 63.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 74 | 0.69 | 0 | 0.09 | 0.68 | 172.5 | 0.53 | 0.21 |
| Hex | 19 | 51 | 4A | 45 | 0 | 9 | 44 | AC | 35 | 15 |
| Octal | 31 | 121 | 112 | 105 | 0 | 11 | 104 | 254 | 65 | 25 |
| Binary | 11001 | 1010001 | 1001010 | 1000101 | 0 | 1001 | 1000100 | 10101100 | 110101 | 10101 |
Color Harmonies of #19514A
Complementary color
Monochromatic Colors of #19514A
Black with #19514A
Text Example
Text Example
White with #19514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19514A; }
p { color: rgb(25,81,74); }
H1.HeaderClassName
{
color: #19514A;
}
.AnyTagClassName
{
color: #19514A;
}
</style>
background-color css
<style>
a { background-color: #19514A; }
a { background-color: rgb(25,81,74); }
div.DivClassName
{
background-color: #19514A;
}
.BgClassName
{
background-color: #19514A;
}
</style>
border-color css
<style>
span { border-color: #19514A; }
span { border-color: rgb(25,81,74); }
td.TdClassName
{
border-color: #19514A;
}
.TagClassName
{
border-color: #19514A;
}
</style>