Shades of Crusoe #1B5839
Tints of Crusoe #1B5839
RGB
CMYK
RGB Variations
Color information
#1B5839 (or 0x1B5839) is known color: Crusoe. HEX triplet: 1B, 58 and 39. RGB value is (27,88,57). Sum of RGB (Red+Green+Blue) = 27+88+57=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #1B5839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5839 is #E4A7C6. Grayscale: #424242. Windows color (decimal): -14985159 or 3758107. OLE color: 3758107.
HSL color Cylindrical-coordinate representation of color #1B5839: hue angle of 149.51º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B5839 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 88 | 57 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.65 |
| HSL | 149.51º | 0.53% | 0.23% | - |
| HSV(B) | 149.51º | 0.69% | 0.35% | - |
| XYZ | 4.68 | 7.51 | 5.07 | - |
| YUV | 66.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 88 | 57 | 0.69 | 0 | 0.35 | 0.65 | 149.51 | 0.53 | 0.23 |
| Hex | 1B | 58 | 39 | 45 | 0 | 23 | 41 | 96 | 35 | 17 |
| Octal | 33 | 130 | 71 | 105 | 0 | 43 | 101 | 226 | 65 | 27 |
| Binary | 11011 | 1011000 | 111001 | 1000101 | 0 | 100011 | 1000001 | 10010110 | 110101 | 10111 |
Color Harmonies of #1B5839
Complementary color
Monochromatic Colors of #1B5839
Black with #1B5839
Text Example
Text Example
White with #1B5839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5839; }
p { color: rgb(27,88,57); }
H1.HeaderClassName
{
color: #1B5839;
}
.AnyTagClassName
{
color: #1B5839;
}
</style>
background-color css
<style>
a { background-color: #1B5839; }
a { background-color: rgb(27,88,57); }
div.DivClassName
{
background-color: #1B5839;
}
.BgClassName
{
background-color: #1B5839;
}
</style>
border-color css
<style>
span { border-color: #1B5839; }
span { border-color: rgb(27,88,57); }
td.TdClassName
{
border-color: #1B5839;
}
.TagClassName
{
border-color: #1B5839;
}
</style>