Shades of Cyprus #19534C
Tints of Cyprus #19534C
RGB
CMYK
RGB Variations
Color information
#19534C (or 0x19534C) is known color: Cyprus. HEX triplet: 19, 53 and 4C. RGB value is (25,83,76). Sum of RGB (Red+Green+Blue) = 25+83+76=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #19534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19534C is #E6ACB3. Grayscale: #404040. Windows color (decimal): -15117492 or 5002009. OLE color: 5002009.
HSL color Cylindrical-coordinate representation of color #19534C: hue angle of 172.76º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19534C is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 76 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.67 |
| HSL | 172.76º | 0.54% | 0.21% | - |
| HSV(B) | 172.76º | 0.7% | 0.33% | - |
| XYZ | 4.8 | 6.91 | 7.92 | - |
| YUV | 64.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 76 | 0.70 | 0 | 0.08 | 0.67 | 172.76 | 0.54 | 0.21 |
| Hex | 19 | 53 | 4C | 46 | 0 | 8 | 43 | AD | 36 | 15 |
| Octal | 31 | 123 | 114 | 106 | 0 | 10 | 103 | 255 | 66 | 25 |
| Binary | 11001 | 1010011 | 1001100 | 1000110 | 0 | 1000 | 1000011 | 10101101 | 110110 | 10101 |
Color Harmonies of #19534C
Complementary color
Monochromatic Colors of #19534C
Black with #19534C
Text Example
Text Example
White with #19534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19534C; }
p { color: rgb(25,83,76); }
H1.HeaderClassName
{
color: #19534C;
}
.AnyTagClassName
{
color: #19534C;
}
</style>
background-color css
<style>
a { background-color: #19534C; }
a { background-color: rgb(25,83,76); }
div.DivClassName
{
background-color: #19534C;
}
.BgClassName
{
background-color: #19534C;
}
</style>
border-color css
<style>
span { border-color: #19534C; }
span { border-color: rgb(25,83,76); }
td.TdClassName
{
border-color: #19534C;
}
.TagClassName
{
border-color: #19534C;
}
</style>