Shades of Crusoe #00592B
Tints of Crusoe #00592B
RGB
CMYK
RGB Variations
Color information
#00592B (or 0x00592B) is known color: Crusoe. HEX triplet: 00, 59 and 2B. RGB value is (0,89,43). Sum of RGB (Red+Green+Blue) = 0+89+43=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #00592B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00592B is #FFA6D4. Grayscale: #393939. Windows color (decimal): -16754389 or 2840832. OLE color: 2840832.
HSL color Cylindrical-coordinate representation of color #00592B: hue angle of 148.99º 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 #00592B is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 89 | 43 | - |
| CMYK | 1 | 0 | 0.52 | 0.65 |
| HSL | 148.99º | 1% | 0.17% | - |
| HSV(B) | 148.99º | 1% | 0.35% | - |
| XYZ | 4.01 | 7.32 | 3.49 | - |
| YUV | 57.15 | 120.01 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 43 | 1 | 0 | 0.52 | 0.65 | 148.99 | 1 | 0.17 |
| Hex | 0 | 59 | 2B | 64 | 0 | 34 | 41 | 95 | 64 | 11 |
| Octal | 0 | 131 | 53 | 144 | 0 | 64 | 101 | 225 | 144 | 21 |
| Binary | 0 | 1011001 | 101011 | 1100100 | 0 | 110100 | 1000001 | 10010101 | 1100100 | 10001 |
Color Harmonies of #00592B
Complementary color
Monochromatic Colors of #00592B
Black with #00592B
Text Example
Text Example
White with #00592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00592B; }
p { color: rgb(0,89,43); }
H1.HeaderClassName
{
color: #00592B;
}
.AnyTagClassName
{
color: #00592B;
}
</style>
background-color css
<style>
a { background-color: #00592B; }
a { background-color: rgb(0,89,43); }
div.DivClassName
{
background-color: #00592B;
}
.BgClassName
{
background-color: #00592B;
}
</style>
border-color css
<style>
span { border-color: #00592B; }
span { border-color: rgb(0,89,43); }
td.TdClassName
{
border-color: #00592B;
}
.TagClassName
{
border-color: #00592B;
}
</style>