Shades of Crusoe #1B522E
Tints of Crusoe #1B522E
RGB
CMYK
RGB Variations
Color information
#1B522E (or 0x1B522E) is known color: Crusoe. HEX triplet: 1B, 52 and 2E. RGB value is (27,82,46). Sum of RGB (Red+Green+Blue) = 27+82+46=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #1B522E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B522E is #E4ADD1. Grayscale: #3D3D3D. Windows color (decimal): -14986706 or 3035675. OLE color: 3035675.
HSL color Cylindrical-coordinate representation of color #1B522E: hue angle of 140.73º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B522E is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 82 | 46 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.68 |
| HSL | 140.73º | 0.5% | 0.21% | - |
| HSV(B) | 140.73º | 0.67% | 0.32% | - |
| XYZ | 3.96 | 6.46 | 3.62 | - |
| YUV | 61.45 | 119.28 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 46 | 0.67 | 0 | 0.44 | 0.68 | 140.73 | 0.5 | 0.21 |
| Hex | 1B | 52 | 2E | 43 | 0 | 2C | 44 | 8D | 32 | 15 |
| Octal | 33 | 122 | 56 | 103 | 0 | 54 | 104 | 215 | 62 | 25 |
| Binary | 11011 | 1010010 | 101110 | 1000011 | 0 | 101100 | 1000100 | 10001101 | 110010 | 10101 |
Color Harmonies of #1B522E
Complementary color
Monochromatic Colors of #1B522E
Black with #1B522E
Text Example
Text Example
White with #1B522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B522E; }
p { color: rgb(27,82,46); }
H1.HeaderClassName
{
color: #1B522E;
}
.AnyTagClassName
{
color: #1B522E;
}
</style>
background-color css
<style>
a { background-color: #1B522E; }
a { background-color: rgb(27,82,46); }
div.DivClassName
{
background-color: #1B522E;
}
.BgClassName
{
background-color: #1B522E;
}
</style>
border-color css
<style>
span { border-color: #1B522E; }
span { border-color: rgb(27,82,46); }
td.TdClassName
{
border-color: #1B522E;
}
.TagClassName
{
border-color: #1B522E;
}
</style>