Shades of Crusoe #09592E
Tints of Crusoe #09592E
RGB
CMYK
RGB Variations
Color information
#09592E (or 0x09592E) is known color: Crusoe. HEX triplet: 09, 59 and 2E. RGB value is (9,89,46). Sum of RGB (Red+Green+Blue) = 9+89+46=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #09592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09592E is #F6A6D1. Grayscale: #3C3C3C. Windows color (decimal): -16164562 or 3037449. OLE color: 3037449.
HSL color Cylindrical-coordinate representation of color #09592E: hue angle of 147.75º 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 #09592E is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 46 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.65 |
| HSL | 147.75º | 0.82% | 0.19% | - |
| HSV(B) | 147.75º | 0.9% | 0.35% | - |
| XYZ | 4.18 | 7.4 | 3.79 | - |
| YUV | 60.18 | 120 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 46 | 0.90 | 0 | 0.48 | 0.65 | 147.75 | 0.82 | 0.19 |
| Hex | 9 | 59 | 2E | 5A | 0 | 30 | 41 | 94 | 52 | 13 |
| Octal | 11 | 131 | 56 | 132 | 0 | 60 | 101 | 224 | 122 | 23 |
| Binary | 1001 | 1011001 | 101110 | 1011010 | 0 | 110000 | 1000001 | 10010100 | 1010010 | 10011 |
Color Harmonies of #09592E
Complementary color
Monochromatic Colors of #09592E
Black with #09592E
Text Example
Text Example
White with #09592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09592E; }
p { color: rgb(9,89,46); }
H1.HeaderClassName
{
color: #09592E;
}
.AnyTagClassName
{
color: #09592E;
}
</style>
background-color css
<style>
a { background-color: #09592E; }
a { background-color: rgb(9,89,46); }
div.DivClassName
{
background-color: #09592E;
}
.BgClassName
{
background-color: #09592E;
}
</style>
border-color css
<style>
span { border-color: #09592E; }
span { border-color: rgb(9,89,46); }
td.TdClassName
{
border-color: #09592E;
}
.TagClassName
{
border-color: #09592E;
}
</style>