Shades of Cyprus #15524A
Tints of Cyprus #15524A
RGB
CMYK
RGB Variations
Color information
#15524A (or 0x15524A) is known color: Cyprus. HEX triplet: 15, 52 and 4A. RGB value is (21,82,74). Sum of RGB (Red+Green+Blue) = 21+82+74=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #15524A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15524A is #EAADB5. Grayscale: #3E3E3E. Windows color (decimal): -15379894 or 4870677. OLE color: 4870677.
HSL color Cylindrical-coordinate representation of color #15524A: hue angle of 172.13º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15524A is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 82 | 74 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.68 |
| HSL | 172.13º | 0.59% | 0.2% | - |
| HSV(B) | 172.13º | 0.74% | 0.32% | - |
| XYZ | 4.56 | 6.69 | 7.53 | - |
| YUV | 62.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 74 | 0.74 | 0 | 0.10 | 0.68 | 172.13 | 0.59 | 0.2 |
| Hex | 15 | 52 | 4A | 4A | 0 | A | 44 | AC | 3B | 14 |
| Octal | 25 | 122 | 112 | 112 | 0 | 12 | 104 | 254 | 73 | 24 |
| Binary | 10101 | 1010010 | 1001010 | 1001010 | 0 | 1010 | 1000100 | 10101100 | 111011 | 10100 |
Color Harmonies of #15524A
Complementary color
Monochromatic Colors of #15524A
Black with #15524A
Text Example
Text Example
White with #15524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15524A; }
p { color: rgb(21,82,74); }
H1.HeaderClassName
{
color: #15524A;
}
.AnyTagClassName
{
color: #15524A;
}
</style>
background-color css
<style>
a { background-color: #15524A; }
a { background-color: rgb(21,82,74); }
div.DivClassName
{
background-color: #15524A;
}
.BgClassName
{
background-color: #15524A;
}
</style>
border-color css
<style>
span { border-color: #15524A; }
span { border-color: rgb(21,82,74); }
td.TdClassName
{
border-color: #15524A;
}
.TagClassName
{
border-color: #15524A;
}
</style>