Shades of Jewel #09583F
Tints of Jewel #09583F
RGB
CMYK
RGB Variations
Color information
#09583F (or 0x09583F) is known color: Jewel. HEX triplet: 09, 58 and 3F. RGB value is (9,88,63). Sum of RGB (Red+Green+Blue) = 9+88+63=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #09583F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09583F is #F6A7C0. Grayscale: #3D3D3D. Windows color (decimal): -16164801 or 4151305. OLE color: 4151305.
HSL color Cylindrical-coordinate representation of color #09583F: hue angle of 161.01º degrees, saturation: 0.81, 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 #09583F is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 88 | 63 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.65 |
| HSL | 161.01º | 0.81% | 0.19% | - |
| HSV(B) | 161.01º | 0.9% | 0.35% | - |
| XYZ | 4.5 | 7.4 | 5.89 | - |
| YUV | 61.53 | 128.83 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 63 | 0.90 | 0 | 0.28 | 0.65 | 161.01 | 0.81 | 0.19 |
| Hex | 9 | 58 | 3F | 5A | 0 | 1C | 41 | A1 | 51 | 13 |
| Octal | 11 | 130 | 77 | 132 | 0 | 34 | 101 | 241 | 121 | 23 |
| Binary | 1001 | 1011000 | 111111 | 1011010 | 0 | 11100 | 1000001 | 10100001 | 1010001 | 10011 |
Color Harmonies of #09583F
Complementary color
Monochromatic Colors of #09583F
Black with #09583F
Text Example
Text Example
White with #09583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09583F; }
p { color: rgb(9,88,63); }
H1.HeaderClassName
{
color: #09583F;
}
.AnyTagClassName
{
color: #09583F;
}
</style>
background-color css
<style>
a { background-color: #09583F; }
a { background-color: rgb(9,88,63); }
div.DivClassName
{
background-color: #09583F;
}
.BgClassName
{
background-color: #09583F;
}
</style>
border-color css
<style>
span { border-color: #09583F; }
span { border-color: rgb(9,88,63); }
td.TdClassName
{
border-color: #09583F;
}
.TagClassName
{
border-color: #09583F;
}
</style>