Shades of Crusoe #1B5822
Tints of Crusoe #1B5822
RGB
CMYK
RGB Variations
Color information
#1B5822 (or 0x1B5822) is known color: Crusoe. HEX triplet: 1B, 58 and 22. RGB value is (27,88,34). Sum of RGB (Red+Green+Blue) = 27+88+34=149 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.12% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #1B5822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5822 is #E4A7DD. Grayscale: #3F3F3F. Windows color (decimal): -14985182 or 2250779. OLE color: 2250779.
HSL color Cylindrical-coordinate representation of color #1B5822: hue angle of 126.89º 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 #1B5822 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 88 | 34 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.65 |
| HSL | 126.89º | 0.53% | 0.23% | - |
| HSV(B) | 126.89º | 0.69% | 0.35% | - |
| XYZ | 4.23 | 7.33 | 2.7 | - |
| YUV | 63.61 | 111.29 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 88 | 34 | 0.69 | 0 | 0.61 | 0.65 | 126.89 | 0.53 | 0.23 |
| Hex | 1B | 58 | 22 | 45 | 0 | 3D | 41 | 7F | 35 | 17 |
| Octal | 33 | 130 | 42 | 105 | 0 | 75 | 101 | 177 | 65 | 27 |
| Binary | 11011 | 1011000 | 100010 | 1000101 | 0 | 111101 | 1000001 | 1111111 | 110101 | 10111 |
Color Harmonies of #1B5822
Complementary color
Monochromatic Colors of #1B5822
Black with #1B5822
Text Example
Text Example
White with #1B5822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5822; }
p { color: rgb(27,88,34); }
H1.HeaderClassName
{
color: #1B5822;
}
.AnyTagClassName
{
color: #1B5822;
}
</style>
background-color css
<style>
a { background-color: #1B5822; }
a { background-color: rgb(27,88,34); }
div.DivClassName
{
background-color: #1B5822;
}
.BgClassName
{
background-color: #1B5822;
}
</style>
border-color css
<style>
span { border-color: #1B5822; }
span { border-color: rgb(27,88,34); }
td.TdClassName
{
border-color: #1B5822;
}
.TagClassName
{
border-color: #1B5822;
}
</style>