Shades of Crusoe #00592F
Tints of Crusoe #00592F
RGB
CMYK
RGB Variations
Color information
#00592F (or 0x00592F) is known color: Crusoe. HEX triplet: 00, 59 and 2F. RGB value is (0,89,47). Sum of RGB (Red+Green+Blue) = 0+89+47=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 89 (35.16% from 255 or 65.44% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 89 - color contains mainly: green. Hex color #00592F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00592F is #FFA6D0. Grayscale: #393939. Windows color (decimal): -16754385 or 3102976. OLE color: 3102976.
HSL color Cylindrical-coordinate representation of color #00592F: hue angle of 151.69º 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 #00592F is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 89 | 47 | - |
| CMYK | 1 | 0 | 0.47 | 0.65 |
| HSL | 151.69º | 1% | 0.17% | - |
| HSV(B) | 151.69º | 1% | 0.35% | - |
| XYZ | 4.09 | 7.35 | 3.89 | - |
| YUV | 57.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 47 | 1 | 0 | 0.47 | 0.65 | 151.69 | 1 | 0.17 |
| Hex | 0 | 59 | 2F | 64 | 0 | 2F | 41 | 98 | 64 | 11 |
| Octal | 0 | 131 | 57 | 144 | 0 | 57 | 101 | 230 | 144 | 21 |
| Binary | 0 | 1011001 | 101111 | 1100100 | 0 | 101111 | 1000001 | 10011000 | 1100100 | 10001 |
Color Harmonies of #00592F
Complementary color
Monochromatic Colors of #00592F
Black with #00592F
Text Example
Text Example
White with #00592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00592F; }
p { color: rgb(0,89,47); }
H1.HeaderClassName
{
color: #00592F;
}
.AnyTagClassName
{
color: #00592F;
}
</style>
background-color css
<style>
a { background-color: #00592F; }
a { background-color: rgb(0,89,47); }
div.DivClassName
{
background-color: #00592F;
}
.BgClassName
{
background-color: #00592F;
}
</style>
border-color css
<style>
span { border-color: #00592F; }
span { border-color: rgb(0,89,47); }
td.TdClassName
{
border-color: #00592F;
}
.TagClassName
{
border-color: #00592F;
}
</style>