Shades of Crusoe #1B5C29
Tints of Crusoe #1B5C29
RGB
CMYK
RGB Variations
Color information
#1B5C29 (or 0x1B5C29) is known color: Crusoe. HEX triplet: 1B, 5C and 29. RGB value is (27,92,41). Sum of RGB (Red+Green+Blue) = 27+92+41=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 92 (36.33% from 255 or 57.5% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 92 - color contains mainly: green. Hex color #1B5C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5C29 is #E4A3D6. Grayscale: #424242. Windows color (decimal): -14984151 or 2710555. OLE color: 2710555.
HSL color Cylindrical-coordinate representation of color #1B5C29: hue angle of 132.92º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5C29 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 92 | 41 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.64 |
| HSL | 132.92º | 0.55% | 0.23% | - |
| HSV(B) | 132.92º | 0.71% | 0.36% | - |
| XYZ | 4.68 | 8.05 | 3.4 | - |
| YUV | 66.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 41 | 0.71 | 0 | 0.55 | 0.64 | 132.92 | 0.55 | 0.23 |
| Hex | 1B | 5C | 29 | 47 | 0 | 37 | 40 | 85 | 37 | 17 |
| Octal | 33 | 134 | 51 | 107 | 0 | 67 | 100 | 205 | 67 | 27 |
| Binary | 11011 | 1011100 | 101001 | 1000111 | 0 | 110111 | 1000000 | 10000101 | 110111 | 10111 |
Color Harmonies of #1B5C29
Complementary color
Monochromatic Colors of #1B5C29
Black with #1B5C29
Text Example
Text Example
White with #1B5C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5C29; }
p { color: rgb(27,92,41); }
H1.HeaderClassName
{
color: #1B5C29;
}
.AnyTagClassName
{
color: #1B5C29;
}
</style>
background-color css
<style>
a { background-color: #1B5C29; }
a { background-color: rgb(27,92,41); }
div.DivClassName
{
background-color: #1B5C29;
}
.BgClassName
{
background-color: #1B5C29;
}
</style>
border-color css
<style>
span { border-color: #1B5C29; }
span { border-color: rgb(27,92,41); }
td.TdClassName
{
border-color: #1B5C29;
}
.TagClassName
{
border-color: #1B5C29;
}
</style>