Shades of Crusoe #09581D
Tints of Crusoe #09581D
RGB
CMYK
RGB Variations
Color information
#09581D (or 0x09581D) is known color: Crusoe. HEX triplet: 09, 58 and 1D. RGB value is (9,88,29). Sum of RGB (Red+Green+Blue) = 9+88+29=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 88 (34.77% from 255 or 69.84% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 88 - color contains mainly: green. Hex color #09581D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09581D is #F6A7E2. Grayscale: #393939. Windows color (decimal): -16164835 or 1923081. OLE color: 1923081.
HSL color Cylindrical-coordinate representation of color #09581D: hue angle of 135.19º 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 #09581D is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 88 | 29 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.65 |
| HSL | 135.19º | 0.81% | 0.19% | - |
| HSV(B) | 135.19º | 0.9% | 0.35% | - |
| XYZ | 3.82 | 7.13 | 2.34 | - |
| YUV | 57.65 | 111.83 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 29 | 0.90 | 0 | 0.67 | 0.65 | 135.19 | 0.81 | 0.19 |
| Hex | 9 | 58 | 1D | 5A | 0 | 43 | 41 | 87 | 51 | 13 |
| Octal | 11 | 130 | 35 | 132 | 0 | 103 | 101 | 207 | 121 | 23 |
| Binary | 1001 | 1011000 | 11101 | 1011010 | 0 | 1000011 | 1000001 | 10000111 | 1010001 | 10011 |
Color Harmonies of #09581D
Complementary color
Monochromatic Colors of #09581D
Black with #09581D
Text Example
Text Example
White with #09581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09581D; }
p { color: rgb(9,88,29); }
H1.HeaderClassName
{
color: #09581D;
}
.AnyTagClassName
{
color: #09581D;
}
</style>
background-color css
<style>
a { background-color: #09581D; }
a { background-color: rgb(9,88,29); }
div.DivClassName
{
background-color: #09581D;
}
.BgClassName
{
background-color: #09581D;
}
</style>
border-color css
<style>
span { border-color: #09581D; }
span { border-color: rgb(9,88,29); }
td.TdClassName
{
border-color: #09581D;
}
.TagClassName
{
border-color: #09581D;
}
</style>