Shades of Crusoe #1B5026
Tints of Crusoe #1B5026
RGB
CMYK
RGB Variations
Color information
#1B5026 (or 0x1B5026) is known color: Crusoe. HEX triplet: 1B, 50 and 26. RGB value is (27,80,38). Sum of RGB (Red+Green+Blue) = 27+80+38=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #1B5026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5026 is #E4AFD9. Grayscale: #3B3B3B. Windows color (decimal): -14987226 or 2510875. OLE color: 2510875.
HSL color Cylindrical-coordinate representation of color #1B5026: hue angle of 132.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B5026 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 80 | 38 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.69 |
| HSL | 132.45º | 0.5% | 0.21% | - |
| HSV(B) | 132.45º | 0.66% | 0.31% | - |
| XYZ | 3.67 | 6.11 | 2.82 | - |
| YUV | 59.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 38 | 0.66 | 0 | 0.52 | 0.69 | 132.45 | 0.5 | 0.21 |
| Hex | 1B | 50 | 26 | 42 | 0 | 34 | 45 | 84 | 32 | 15 |
| Octal | 33 | 120 | 46 | 102 | 0 | 64 | 105 | 204 | 62 | 25 |
| Binary | 11011 | 1010000 | 100110 | 1000010 | 0 | 110100 | 1000101 | 10000100 | 110010 | 10101 |
Color Harmonies of #1B5026
Complementary color
Monochromatic Colors of #1B5026
Black with #1B5026
Text Example
Text Example
White with #1B5026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5026; }
p { color: rgb(27,80,38); }
H1.HeaderClassName
{
color: #1B5026;
}
.AnyTagClassName
{
color: #1B5026;
}
</style>
background-color css
<style>
a { background-color: #1B5026; }
a { background-color: rgb(27,80,38); }
div.DivClassName
{
background-color: #1B5026;
}
.BgClassName
{
background-color: #1B5026;
}
</style>
border-color css
<style>
span { border-color: #1B5026; }
span { border-color: rgb(27,80,38); }
td.TdClassName
{
border-color: #1B5026;
}
.TagClassName
{
border-color: #1B5026;
}
</style>