Shades of Cyprus #09504C
Tints of Cyprus #09504C
RGB
CMYK
RGB Variations
Color information
#09504C (or 0x09504C) is known color: Cyprus. HEX triplet: 09, 50 and 4C. RGB value is (9,80,76). Sum of RGB (Red+Green+Blue) = 9+80+76=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #09504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09504C is #F6AFB3. Grayscale: #3A3A3A. Windows color (decimal): -16166836 or 5001225. OLE color: 5001225.
HSL color Cylindrical-coordinate representation of color #09504C: hue angle of 176.62º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09504C is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 80 | 76 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.69 |
| HSL | 176.62º | 0.8% | 0.17% | - |
| HSV(B) | 176.62º | 0.89% | 0.31% | - |
| XYZ | 4.29 | 6.32 | 7.83 | - |
| YUV | 58.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 76 | 0.89 | 0 | 0.05 | 0.69 | 176.62 | 0.8 | 0.17 |
| Hex | 9 | 50 | 4C | 59 | 0 | 5 | 45 | B1 | 50 | 11 |
| Octal | 11 | 120 | 114 | 131 | 0 | 5 | 105 | 261 | 120 | 21 |
| Binary | 1001 | 1010000 | 1001100 | 1011001 | 0 | 101 | 1000101 | 10110001 | 1010000 | 10001 |
Color Harmonies of #09504C
Complementary color
Monochromatic Colors of #09504C
Black with #09504C
Text Example
Text Example
White with #09504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09504C; }
p { color: rgb(9,80,76); }
H1.HeaderClassName
{
color: #09504C;
}
.AnyTagClassName
{
color: #09504C;
}
</style>
background-color css
<style>
a { background-color: #09504C; }
a { background-color: rgb(9,80,76); }
div.DivClassName
{
background-color: #09504C;
}
.BgClassName
{
background-color: #09504C;
}
</style>
border-color css
<style>
span { border-color: #09504C; }
span { border-color: rgb(9,80,76); }
td.TdClassName
{
border-color: #09504C;
}
.TagClassName
{
border-color: #09504C;
}
</style>