Shades of Crusoe #095925
Tints of Crusoe #095925
RGB
CMYK
RGB Variations
Color information
#095925 (or 0x095925) is known color: Crusoe. HEX triplet: 09, 59 and 25. RGB value is (9,89,37). Sum of RGB (Red+Green+Blue) = 9+89+37=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 89 (35.16% from 255 or 65.93% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 89 - color contains mainly: green. Hex color #095925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095925 is #F6A6DA. Grayscale: #3B3B3B. Windows color (decimal): -16164571 or 2447625. OLE color: 2447625.
HSL color Cylindrical-coordinate representation of color #095925: hue angle of 141º 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 #095925 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 37 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.65 |
| HSL | 141º | 0.82% | 0.19% | - |
| HSV(B) | 141º | 0.9% | 0.35% | - |
| XYZ | 4.02 | 7.34 | 2.95 | - |
| YUV | 59.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 37 | 0.90 | 0 | 0.58 | 0.65 | 141 | 0.82 | 0.19 |
| Hex | 9 | 59 | 25 | 5A | 0 | 3A | 41 | 8D | 52 | 13 |
| Octal | 11 | 131 | 45 | 132 | 0 | 72 | 101 | 215 | 122 | 23 |
| Binary | 1001 | 1011001 | 100101 | 1011010 | 0 | 111010 | 1000001 | 10001101 | 1010010 | 10011 |
Color Harmonies of #095925
Complementary color
Monochromatic Colors of #095925
Black with #095925
Text Example
Text Example
White with #095925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095925; }
p { color: rgb(9,89,37); }
H1.HeaderClassName
{
color: #095925;
}
.AnyTagClassName
{
color: #095925;
}
</style>
background-color css
<style>
a { background-color: #095925; }
a { background-color: rgb(9,89,37); }
div.DivClassName
{
background-color: #095925;
}
.BgClassName
{
background-color: #095925;
}
</style>
border-color css
<style>
span { border-color: #095925; }
span { border-color: rgb(9,89,37); }
td.TdClassName
{
border-color: #095925;
}
.TagClassName
{
border-color: #095925;
}
</style>