Shades of Crusoe #1B5922
Tints of Crusoe #1B5922
RGB
CMYK
RGB Variations
Color information
#1B5922 (or 0x1B5922) is known color: Crusoe. HEX triplet: 1B, 59 and 22. RGB value is (27,89,34). Sum of RGB (Red+Green+Blue) = 27+89+34=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #1B5922 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5922 is #E4A6DD. Grayscale: #404040. Windows color (decimal): -14984926 or 2251035. OLE color: 2251035.
HSL color Cylindrical-coordinate representation of color #1B5922: hue angle of 126.77º 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 #1B5922 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 89 | 34 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.65 |
| HSL | 126.77º | 0.53% | 0.23% | - |
| HSV(B) | 126.77º | 0.7% | 0.35% | - |
| XYZ | 4.31 | 7.49 | 2.73 | - |
| YUV | 64.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 34 | 0.70 | 0 | 0.62 | 0.65 | 126.77 | 0.53 | 0.23 |
| Hex | 1B | 59 | 22 | 46 | 0 | 3E | 41 | 7F | 35 | 17 |
| Octal | 33 | 131 | 42 | 106 | 0 | 76 | 101 | 177 | 65 | 27 |
| Binary | 11011 | 1011001 | 100010 | 1000110 | 0 | 111110 | 1000001 | 1111111 | 110101 | 10111 |
Color Harmonies of #1B5922
Complementary color
Monochromatic Colors of #1B5922
Black with #1B5922
Text Example
Text Example
White with #1B5922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5922; }
p { color: rgb(27,89,34); }
H1.HeaderClassName
{
color: #1B5922;
}
.AnyTagClassName
{
color: #1B5922;
}
</style>
background-color css
<style>
a { background-color: #1B5922; }
a { background-color: rgb(27,89,34); }
div.DivClassName
{
background-color: #1B5922;
}
.BgClassName
{
background-color: #1B5922;
}
</style>
border-color css
<style>
span { border-color: #1B5922; }
span { border-color: rgb(27,89,34); }
td.TdClassName
{
border-color: #1B5922;
}
.TagClassName
{
border-color: #1B5922;
}
</style>