Shades of Jewel #09593F
Tints of Jewel #09593F
RGB
CMYK
RGB Variations
Color information
#09593F (or 0x09593F) is known color: Jewel. HEX triplet: 09, 59 and 3F. RGB value is (9,89,63). Sum of RGB (Red+Green+Blue) = 9+89+63=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #09593F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09593F is #F6A6C0. Grayscale: #3E3E3E. Windows color (decimal): -16164545 or 4151561. OLE color: 4151561.
HSL color Cylindrical-coordinate representation of color #09593F: hue angle of 160.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09593F is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 63 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.65 |
| HSL | 160.5º | 0.82% | 0.19% | - |
| HSV(B) | 160.5º | 0.9% | 0.35% | - |
| XYZ | 4.58 | 7.56 | 5.92 | - |
| YUV | 62.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 63 | 0.90 | 0 | 0.29 | 0.65 | 160.5 | 0.82 | 0.19 |
| Hex | 9 | 59 | 3F | 5A | 0 | 1D | 41 | A0 | 52 | 13 |
| Octal | 11 | 131 | 77 | 132 | 0 | 35 | 101 | 240 | 122 | 23 |
| Binary | 1001 | 1011001 | 111111 | 1011010 | 0 | 11101 | 1000001 | 10100000 | 1010010 | 10011 |
Color Harmonies of #09593F
Complementary color
Monochromatic Colors of #09593F
Black with #09593F
Text Example
Text Example
White with #09593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09593F; }
p { color: rgb(9,89,63); }
H1.HeaderClassName
{
color: #09593F;
}
.AnyTagClassName
{
color: #09593F;
}
</style>
background-color css
<style>
a { background-color: #09593F; }
a { background-color: rgb(9,89,63); }
div.DivClassName
{
background-color: #09593F;
}
.BgClassName
{
background-color: #09593F;
}
</style>
border-color css
<style>
span { border-color: #09593F; }
span { border-color: rgb(9,89,63); }
td.TdClassName
{
border-color: #09593F;
}
.TagClassName
{
border-color: #09593F;
}
</style>