Shades of Crusoe #00592C
Tints of Crusoe #00592C
RGB
CMYK
RGB Variations
Color information
#00592C (or 0x00592C) is known color: Crusoe. HEX triplet: 00, 59 and 2C. RGB value is (0,89,44). Sum of RGB (Red+Green+Blue) = 0+89+44=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #00592C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00592C is #FFA6D3. Grayscale: #393939. Windows color (decimal): -16754388 or 2906368. OLE color: 2906368.
HSL color Cylindrical-coordinate representation of color #00592C: hue angle of 149.66º 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 #00592C is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 89 | 44 | - |
| CMYK | 1 | 0 | 0.51 | 0.65 |
| HSL | 149.66º | 1% | 0.17% | - |
| HSV(B) | 149.66º | 1% | 0.35% | - |
| XYZ | 4.03 | 7.33 | 3.58 | - |
| YUV | 57.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 44 | 1 | 0 | 0.51 | 0.65 | 149.66 | 1 | 0.17 |
| Hex | 0 | 59 | 2C | 64 | 0 | 33 | 41 | 96 | 64 | 11 |
| Octal | 0 | 131 | 54 | 144 | 0 | 63 | 101 | 226 | 144 | 21 |
| Binary | 0 | 1011001 | 101100 | 1100100 | 0 | 110011 | 1000001 | 10010110 | 1100100 | 10001 |
Color Harmonies of #00592C
Complementary color
Monochromatic Colors of #00592C
Black with #00592C
Text Example
Text Example
White with #00592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00592C; }
p { color: rgb(0,89,44); }
H1.HeaderClassName
{
color: #00592C;
}
.AnyTagClassName
{
color: #00592C;
}
</style>
background-color css
<style>
a { background-color: #00592C; }
a { background-color: rgb(0,89,44); }
div.DivClassName
{
background-color: #00592C;
}
.BgClassName
{
background-color: #00592C;
}
</style>
border-color css
<style>
span { border-color: #00592C; }
span { border-color: rgb(0,89,44); }
td.TdClassName
{
border-color: #00592C;
}
.TagClassName
{
border-color: #00592C;
}
</style>