Shades of Cyprus #18544C
Tints of Cyprus #18544C
RGB
CMYK
RGB Variations
Color information
#18544C (or 0x18544C) is known color: Cyprus. HEX triplet: 18, 54 and 4C. RGB value is (24,84,76). Sum of RGB (Red+Green+Blue) = 24+84+76=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #18544C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18544C is #E7ABB3. Grayscale: #414141. Windows color (decimal): -15182772 or 5002264. OLE color: 5002264.
HSL color Cylindrical-coordinate representation of color #18544C: hue angle of 172º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18544C is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 84 | 76 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.67 |
| HSL | 172º | 0.56% | 0.21% | - |
| HSV(B) | 172º | 0.71% | 0.33% | - |
| XYZ | 4.85 | 7.06 | 7.94 | - |
| YUV | 65.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 76 | 0.71 | 0 | 0.10 | 0.67 | 172 | 0.56 | 0.21 |
| Hex | 18 | 54 | 4C | 47 | 0 | A | 43 | AC | 38 | 15 |
| Octal | 30 | 124 | 114 | 107 | 0 | 12 | 103 | 254 | 70 | 25 |
| Binary | 11000 | 1010100 | 1001100 | 1000111 | 0 | 1010 | 1000011 | 10101100 | 111000 | 10101 |
Color Harmonies of #18544C
Complementary color
Monochromatic Colors of #18544C
Black with #18544C
Text Example
Text Example
White with #18544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18544C; }
p { color: rgb(24,84,76); }
H1.HeaderClassName
{
color: #18544C;
}
.AnyTagClassName
{
color: #18544C;
}
</style>
background-color css
<style>
a { background-color: #18544C; }
a { background-color: rgb(24,84,76); }
div.DivClassName
{
background-color: #18544C;
}
.BgClassName
{
background-color: #18544C;
}
</style>
border-color css
<style>
span { border-color: #18544C; }
span { border-color: rgb(24,84,76); }
td.TdClassName
{
border-color: #18544C;
}
.TagClassName
{
border-color: #18544C;
}
</style>