Shades of Crusoe #1B5531
Tints of Crusoe #1B5531
RGB
CMYK
RGB Variations
Color information
#1B5531 (or 0x1B5531) is known color: Crusoe. HEX triplet: 1B, 55 and 31. RGB value is (27,85,49). Sum of RGB (Red+Green+Blue) = 27+85+49=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5531 is #E4AACE. Grayscale: #3F3F3F. Windows color (decimal): -14985935 or 3233051. OLE color: 3233051.
HSL color Cylindrical-coordinate representation of color #1B5531: hue angle of 142.76º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5531 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 85 | 49 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.67 |
| HSL | 142.76º | 0.52% | 0.22% | - |
| HSV(B) | 142.76º | 0.68% | 0.33% | - |
| XYZ | 4.25 | 6.95 | 4.02 | - |
| YUV | 63.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 49 | 0.68 | 0 | 0.42 | 0.67 | 142.76 | 0.52 | 0.22 |
| Hex | 1B | 55 | 31 | 44 | 0 | 2A | 43 | 8F | 34 | 16 |
| Octal | 33 | 125 | 61 | 104 | 0 | 52 | 103 | 217 | 64 | 26 |
| Binary | 11011 | 1010101 | 110001 | 1000100 | 0 | 101010 | 1000011 | 10001111 | 110100 | 10110 |
Color Harmonies of #1B5531
Complementary color
Monochromatic Colors of #1B5531
Black with #1B5531
Text Example
Text Example
White with #1B5531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5531; }
p { color: rgb(27,85,49); }
H1.HeaderClassName
{
color: #1B5531;
}
.AnyTagClassName
{
color: #1B5531;
}
</style>
background-color css
<style>
a { background-color: #1B5531; }
a { background-color: rgb(27,85,49); }
div.DivClassName
{
background-color: #1B5531;
}
.BgClassName
{
background-color: #1B5531;
}
</style>
border-color css
<style>
span { border-color: #1B5531; }
span { border-color: rgb(27,85,49); }
td.TdClassName
{
border-color: #1B5531;
}
.TagClassName
{
border-color: #1B5531;
}
</style>