Shades of Cyprus #09483E
Tints of Cyprus #09483E
RGB
CMYK
RGB Variations
Color information
#09483E (or 0x09483E) is known color: Cyprus. HEX triplet: 09, 48 and 3E. RGB value is (9,72,62). Sum of RGB (Red+Green+Blue) = 9+72+62=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #09483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09483E is #F6B7C1. Grayscale: #343434. Windows color (decimal): -16168898 or 4081673. OLE color: 4081673.
HSL color Cylindrical-coordinate representation of color #09483E: hue angle of 170.48º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09483E is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 72 | 62 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.72 |
| HSL | 170.48º | 0.78% | 0.16% | - |
| HSV(B) | 170.48º | 0.88% | 0.28% | - |
| XYZ | 3.3 | 5.04 | 5.36 | - |
| YUV | 52.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 62 | 0.88 | 0 | 0.14 | 0.72 | 170.48 | 0.78 | 0.16 |
| Hex | 9 | 48 | 3E | 58 | 0 | E | 48 | AA | 4E | 10 |
| Octal | 11 | 110 | 76 | 130 | 0 | 16 | 110 | 252 | 116 | 20 |
| Binary | 1001 | 1001000 | 111110 | 1011000 | 0 | 1110 | 1001000 | 10101010 | 1001110 | 10000 |
Color Harmonies of #09483E
Complementary color
Monochromatic Colors of #09483E
Black with #09483E
Text Example
Text Example
White with #09483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09483E; }
p { color: rgb(9,72,62); }
H1.HeaderClassName
{
color: #09483E;
}
.AnyTagClassName
{
color: #09483E;
}
</style>
background-color css
<style>
a { background-color: #09483E; }
a { background-color: rgb(9,72,62); }
div.DivClassName
{
background-color: #09483E;
}
.BgClassName
{
background-color: #09483E;
}
</style>
border-color css
<style>
span { border-color: #09483E; }
span { border-color: rgb(9,72,62); }
td.TdClassName
{
border-color: #09483E;
}
.TagClassName
{
border-color: #09483E;
}
</style>