Shades of Crusoe #005B2D
Tints of Crusoe #005B2D
RGB
CMYK
RGB Variations
Color information
#005B2D (or 0x005B2D) is known color: Crusoe. HEX triplet: 00, 5B and 2D. RGB value is (0,91,45). Sum of RGB (Red+Green+Blue) = 0+91+45=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 91 (35.94% from 255 or 66.91% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 91 - color contains mainly: green. Hex color #005B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B2D is #FFA4D2. Grayscale: #3A3A3A. Windows color (decimal): -16753875 or 2972416. OLE color: 2972416.
HSL color Cylindrical-coordinate representation of color #005B2D: hue angle of 149.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B2D is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 91 | 45 | - |
| CMYK | 1 | 0 | 0.51 | 0.64 |
| HSL | 149.67º | 1% | 0.18% | - |
| HSV(B) | 149.67º | 1% | 0.36% | - |
| XYZ | 4.21 | 7.67 | 3.74 | - |
| YUV | 58.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 45 | 1 | 0 | 0.51 | 0.64 | 149.67 | 1 | 0.18 |
| Hex | 0 | 5B | 2D | 64 | 0 | 33 | 40 | 96 | 64 | 12 |
| Octal | 0 | 133 | 55 | 144 | 0 | 63 | 100 | 226 | 144 | 22 |
| Binary | 0 | 1011011 | 101101 | 1100100 | 0 | 110011 | 1000000 | 10010110 | 1100100 | 10010 |
Color Harmonies of #005B2D
Complementary color
Monochromatic Colors of #005B2D
Black with #005B2D
Text Example
Text Example
White with #005B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B2D; }
p { color: rgb(0,91,45); }
H1.HeaderClassName
{
color: #005B2D;
}
.AnyTagClassName
{
color: #005B2D;
}
</style>
background-color css
<style>
a { background-color: #005B2D; }
a { background-color: rgb(0,91,45); }
div.DivClassName
{
background-color: #005B2D;
}
.BgClassName
{
background-color: #005B2D;
}
</style>
border-color css
<style>
span { border-color: #005B2D; }
span { border-color: rgb(0,91,45); }
td.TdClassName
{
border-color: #005B2D;
}
.TagClassName
{
border-color: #005B2D;
}
</style>