Shades of Cyprus #09534D
Tints of Cyprus #09534D
RGB
CMYK
RGB Variations
Color information
#09534D (or 0x09534D) is known color: Cyprus. HEX triplet: 09, 53 and 4D. RGB value is (9,83,77). Sum of RGB (Red+Green+Blue) = 9+83+77=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #09534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09534D is #F6ACB2. Grayscale: #3C3C3C. Windows color (decimal): -16166067 or 5067529. OLE color: 5067529.
HSL color Cylindrical-coordinate representation of color #09534D: hue angle of 175.14º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09534D is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 83 | 77 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.67 |
| HSL | 175.14º | 0.8% | 0.18% | - |
| HSV(B) | 175.14º | 0.89% | 0.33% | - |
| XYZ | 4.55 | 6.78 | 8.09 | - |
| YUV | 60.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 77 | 0.89 | 0 | 0.07 | 0.67 | 175.14 | 0.8 | 0.18 |
| Hex | 9 | 53 | 4D | 59 | 0 | 7 | 43 | AF | 50 | 12 |
| Octal | 11 | 123 | 115 | 131 | 0 | 7 | 103 | 257 | 120 | 22 |
| Binary | 1001 | 1010011 | 1001101 | 1011001 | 0 | 111 | 1000011 | 10101111 | 1010000 | 10010 |
Color Harmonies of #09534D
Complementary color
Monochromatic Colors of #09534D
Black with #09534D
Text Example
Text Example
White with #09534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09534D; }
p { color: rgb(9,83,77); }
H1.HeaderClassName
{
color: #09534D;
}
.AnyTagClassName
{
color: #09534D;
}
</style>
background-color css
<style>
a { background-color: #09534D; }
a { background-color: rgb(9,83,77); }
div.DivClassName
{
background-color: #09534D;
}
.BgClassName
{
background-color: #09534D;
}
</style>
border-color css
<style>
span { border-color: #09534D; }
span { border-color: rgb(9,83,77); }
td.TdClassName
{
border-color: #09534D;
}
.TagClassName
{
border-color: #09534D;
}
</style>