Shades of Crusoe #1B5938
Tints of Crusoe #1B5938
RGB
CMYK
RGB Variations
Color information
#1B5938 (or 0x1B5938) is known color: Crusoe. HEX triplet: 1B, 59 and 38. RGB value is (27,89,56). Sum of RGB (Red+Green+Blue) = 27+89+56=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #1B5938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5938 is #E4A6C7. Grayscale: #424242. Windows color (decimal): -14984904 or 3692827. OLE color: 3692827.
HSL color Cylindrical-coordinate representation of color #1B5938: hue angle of 148.06º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5938 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 89 | 56 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.65 |
| HSL | 148.06º | 0.53% | 0.23% | - |
| HSV(B) | 148.06º | 0.7% | 0.35% | - |
| XYZ | 4.74 | 7.66 | 4.97 | - |
| YUV | 66.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 56 | 0.70 | 0 | 0.37 | 0.65 | 148.06 | 0.53 | 0.23 |
| Hex | 1B | 59 | 38 | 46 | 0 | 25 | 41 | 94 | 35 | 17 |
| Octal | 33 | 131 | 70 | 106 | 0 | 45 | 101 | 224 | 65 | 27 |
| Binary | 11011 | 1011001 | 111000 | 1000110 | 0 | 100101 | 1000001 | 10010100 | 110101 | 10111 |
Color Harmonies of #1B5938
Complementary color
Monochromatic Colors of #1B5938
Black with #1B5938
Text Example
Text Example
White with #1B5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5938; }
p { color: rgb(27,89,56); }
H1.HeaderClassName
{
color: #1B5938;
}
.AnyTagClassName
{
color: #1B5938;
}
</style>
background-color css
<style>
a { background-color: #1B5938; }
a { background-color: rgb(27,89,56); }
div.DivClassName
{
background-color: #1B5938;
}
.BgClassName
{
background-color: #1B5938;
}
</style>
border-color css
<style>
span { border-color: #1B5938; }
span { border-color: rgb(27,89,56); }
td.TdClassName
{
border-color: #1B5938;
}
.TagClassName
{
border-color: #1B5938;
}
</style>