Shades of Crusoe #09591F
Tints of Crusoe #09591F
RGB
CMYK
RGB Variations
Color information
#09591F (or 0x09591F) is known color: Crusoe. HEX triplet: 09, 59 and 1F. RGB value is (9,89,31). Sum of RGB (Red+Green+Blue) = 9+89+31=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 89 (35.16% from 255 or 68.99% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 89 - color contains mainly: green. Hex color #09591F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09591F is #F6A6E0. Grayscale: #3A3A3A. Windows color (decimal): -16164577 or 2054409. OLE color: 2054409.
HSL color Cylindrical-coordinate representation of color #09591F: hue angle of 136.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 #09591F is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 31 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.65 |
| HSL | 136.5º | 0.82% | 0.19% | - |
| HSV(B) | 136.5º | 0.9% | 0.35% | - |
| XYZ | 3.93 | 7.3 | 2.5 | - |
| YUV | 58.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 31 | 0.90 | 0 | 0.65 | 0.65 | 136.5 | 0.82 | 0.19 |
| Hex | 9 | 59 | 1F | 5A | 0 | 41 | 41 | 88 | 52 | 13 |
| Octal | 11 | 131 | 37 | 132 | 0 | 101 | 101 | 210 | 122 | 23 |
| Binary | 1001 | 1011001 | 11111 | 1011010 | 0 | 1000001 | 1000001 | 10001000 | 1010010 | 10011 |
Color Harmonies of #09591F
Complementary color
Monochromatic Colors of #09591F
Black with #09591F
Text Example
Text Example
White with #09591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09591F; }
p { color: rgb(9,89,31); }
H1.HeaderClassName
{
color: #09591F;
}
.AnyTagClassName
{
color: #09591F;
}
</style>
background-color css
<style>
a { background-color: #09591F; }
a { background-color: rgb(9,89,31); }
div.DivClassName
{
background-color: #09591F;
}
.BgClassName
{
background-color: #09591F;
}
</style>
border-color css
<style>
span { border-color: #09591F; }
span { border-color: rgb(9,89,31); }
td.TdClassName
{
border-color: #09591F;
}
.TagClassName
{
border-color: #09591F;
}
</style>