Shades of Crusoe #09581B
Tints of Crusoe #09581B
RGB
CMYK
RGB Variations
Color information
#09581B (or 0x09581B) is known color: Crusoe. HEX triplet: 09, 58 and 1B. RGB value is (9,88,27). Sum of RGB (Red+Green+Blue) = 9+88+27=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 88 (34.77% from 255 or 70.97% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 88 - color contains mainly: green. Hex color #09581B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09581B is #F6A7E4. Grayscale: #393939. Windows color (decimal): -16164837 or 1792009. OLE color: 1792009.
HSL color Cylindrical-coordinate representation of color #09581B: hue angle of 133.67º 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 #09581B is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 88 | 27 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.65 |
| HSL | 133.67º | 0.81% | 0.19% | - |
| HSV(B) | 133.67º | 0.9% | 0.35% | - |
| XYZ | 3.8 | 7.12 | 2.21 | - |
| YUV | 57.43 | 110.83 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 27 | 0.90 | 0 | 0.69 | 0.65 | 133.67 | 0.81 | 0.19 |
| Hex | 9 | 58 | 1B | 5A | 0 | 45 | 41 | 86 | 51 | 13 |
| Octal | 11 | 130 | 33 | 132 | 0 | 105 | 101 | 206 | 121 | 23 |
| Binary | 1001 | 1011000 | 11011 | 1011010 | 0 | 1000101 | 1000001 | 10000110 | 1010001 | 10011 |
Color Harmonies of #09581B
Complementary color
Monochromatic Colors of #09581B
Black with #09581B
Text Example
Text Example
White with #09581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09581B; }
p { color: rgb(9,88,27); }
H1.HeaderClassName
{
color: #09581B;
}
.AnyTagClassName
{
color: #09581B;
}
</style>
background-color css
<style>
a { background-color: #09581B; }
a { background-color: rgb(9,88,27); }
div.DivClassName
{
background-color: #09581B;
}
.BgClassName
{
background-color: #09581B;
}
</style>
border-color css
<style>
span { border-color: #09581B; }
span { border-color: rgb(9,88,27); }
td.TdClassName
{
border-color: #09581B;
}
.TagClassName
{
border-color: #09581B;
}
</style>