Shades of Crusoe #1F5E37
Tints of Crusoe #1F5E37
RGB
CMYK
RGB Variations
Color information
#1F5E37 (or 0x1F5E37) is known color: Crusoe. HEX triplet: 1F, 5E and 37. RGB value is (31,94,55). Sum of RGB (Red+Green+Blue) = 31+94+55=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 94 (37.11% from 255 or 52.22% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 94 - color contains mainly: green. Hex color #1F5E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5E37 is #E0A1C8. Grayscale: #464646. Windows color (decimal): -14721481 or 3628575. OLE color: 3628575.
HSL color Cylindrical-coordinate representation of color #1F5E37: hue angle of 142.86º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5E37 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 94 | 55 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.63 |
| HSL | 142.86º | 0.5% | 0.25% | - |
| HSV(B) | 142.86º | 0.67% | 0.37% | - |
| XYZ | 5.26 | 8.57 | 4.99 | - |
| YUV | 70.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 55 | 0.67 | 0 | 0.41 | 0.63 | 142.86 | 0.5 | 0.25 |
| Hex | 1F | 5E | 37 | 43 | 0 | 29 | 3F | 8F | 32 | 19 |
| Octal | 37 | 136 | 67 | 103 | 0 | 51 | 77 | 217 | 62 | 31 |
| Binary | 11111 | 1011110 | 110111 | 1000011 | 0 | 101001 | 111111 | 10001111 | 110010 | 11001 |
Color Harmonies of #1F5E37
Complementary color
Monochromatic Colors of #1F5E37
Black with #1F5E37
Text Example
Text Example
White with #1F5E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E37; }
p { color: rgb(31,94,55); }
H1.HeaderClassName
{
color: #1F5E37;
}
.AnyTagClassName
{
color: #1F5E37;
}
</style>
background-color css
<style>
a { background-color: #1F5E37; }
a { background-color: rgb(31,94,55); }
div.DivClassName
{
background-color: #1F5E37;
}
.BgClassName
{
background-color: #1F5E37;
}
</style>
border-color css
<style>
span { border-color: #1F5E37; }
span { border-color: rgb(31,94,55); }
td.TdClassName
{
border-color: #1F5E37;
}
.TagClassName
{
border-color: #1F5E37;
}
</style>