Shades of Crusoe #00591F
Tints of Crusoe #00591F
RGB
CMYK
RGB Variations
Color information
#00591F (or 0x00591F) is known color: Crusoe. HEX triplet: 00, 59 and 1F. RGB value is (0,89,31). Sum of RGB (Red+Green+Blue) = 0+89+31=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 89 (35.16% from 255 or 74.17% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 89 - color contains mainly: green. Hex color #00591F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00591F is #FFA6E0. Grayscale: #373737. Windows color (decimal): -16754401 or 2054400. OLE color: 2054400.
HSL color Cylindrical-coordinate representation of color #00591F: hue angle of 140.9º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00591F is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 89 | 31 | - |
| CMYK | 1 | 0 | 0.65 | 0.65 |
| HSL | 140.9º | 1% | 0.17% | - |
| HSV(B) | 140.9º | 1% | 0.35% | - |
| XYZ | 3.82 | 7.24 | 2.49 | - |
| YUV | 55.78 | 114.01 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 31 | 1 | 0 | 0.65 | 0.65 | 140.9 | 1 | 0.17 |
| Hex | 0 | 59 | 1F | 64 | 0 | 41 | 41 | 8D | 64 | 11 |
| Octal | 0 | 131 | 37 | 144 | 0 | 101 | 101 | 215 | 144 | 21 |
| Binary | 0 | 1011001 | 11111 | 1100100 | 0 | 1000001 | 1000001 | 10001101 | 1100100 | 10001 |
Color Harmonies of #00591F
Complementary color
Monochromatic Colors of #00591F
Black with #00591F
Text Example
Text Example
White with #00591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00591F; }
p { color: rgb(0,89,31); }
H1.HeaderClassName
{
color: #00591F;
}
.AnyTagClassName
{
color: #00591F;
}
</style>
background-color css
<style>
a { background-color: #00591F; }
a { background-color: rgb(0,89,31); }
div.DivClassName
{
background-color: #00591F;
}
.BgClassName
{
background-color: #00591F;
}
</style>
border-color css
<style>
span { border-color: #00591F; }
span { border-color: rgb(0,89,31); }
td.TdClassName
{
border-color: #00591F;
}
.TagClassName
{
border-color: #00591F;
}
</style>