Shades of Cyprus #18524A
Tints of Cyprus #18524A
RGB
CMYK
RGB Variations
Color information
#18524A (or 0x18524A) is known color: Cyprus. HEX triplet: 18, 52 and 4A. RGB value is (24,82,74). Sum of RGB (Red+Green+Blue) = 24+82+74=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #18524A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18524A is #E7ADB5. Grayscale: #3F3F3F. Windows color (decimal): -15183286 or 4870680. OLE color: 4870680.
HSL color Cylindrical-coordinate representation of color #18524A: hue angle of 171.72º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18524A is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 82 | 74 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.68 |
| HSL | 171.72º | 0.55% | 0.21% | - |
| HSV(B) | 171.72º | 0.71% | 0.32% | - |
| XYZ | 4.63 | 6.72 | 7.53 | - |
| YUV | 63.75 | 133.78 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 74 | 0.71 | 0 | 0.10 | 0.68 | 171.72 | 0.55 | 0.21 |
| Hex | 18 | 52 | 4A | 47 | 0 | A | 44 | AC | 37 | 15 |
| Octal | 30 | 122 | 112 | 107 | 0 | 12 | 104 | 254 | 67 | 25 |
| Binary | 11000 | 1010010 | 1001010 | 1000111 | 0 | 1010 | 1000100 | 10101100 | 110111 | 10101 |
Color Harmonies of #18524A
Complementary color
Monochromatic Colors of #18524A
Black with #18524A
Text Example
Text Example
White with #18524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18524A; }
p { color: rgb(24,82,74); }
H1.HeaderClassName
{
color: #18524A;
}
.AnyTagClassName
{
color: #18524A;
}
</style>
background-color css
<style>
a { background-color: #18524A; }
a { background-color: rgb(24,82,74); }
div.DivClassName
{
background-color: #18524A;
}
.BgClassName
{
background-color: #18524A;
}
</style>
border-color css
<style>
span { border-color: #18524A; }
span { border-color: rgb(24,82,74); }
td.TdClassName
{
border-color: #18524A;
}
.TagClassName
{
border-color: #18524A;
}
</style>