Shades of Crusoe #156632
Tints of Crusoe #156632
RGB
CMYK
RGB Variations
Color information
#156632 (or 0x156632) is known color: Crusoe. HEX triplet: 15, 66 and 32. RGB value is (21,102,50). Sum of RGB (Red+Green+Blue) = 21+102+50=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #156632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156632 is #EA99CD. Grayscale: #474747. Windows color (decimal): -15374798 or 3302933. OLE color: 3302933.
HSL color Cylindrical-coordinate representation of color #156632: hue angle of 141.48º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156632 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 102 | 50 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.6 |
| HSL | 141.48º | 0.66% | 0.24% | - |
| HSV(B) | 141.48º | 0.79% | 0.4% | - |
| XYZ | 5.64 | 9.89 | 4.63 | - |
| YUV | 71.85 | 115.66 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 50 | 0.79 | 0 | 0.51 | 0.6 | 141.48 | 0.66 | 0.24 |
| Hex | 15 | 66 | 32 | 4F | 0 | 33 | 3C | 8D | 42 | 18 |
| Octal | 25 | 146 | 62 | 117 | 0 | 63 | 74 | 215 | 102 | 30 |
| Binary | 10101 | 1100110 | 110010 | 1001111 | 0 | 110011 | 111100 | 10001101 | 1000010 | 11000 |
Color Harmonies of #156632
Complementary color
Monochromatic Colors of #156632
Black with #156632
Text Example
Text Example
White with #156632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156632; }
p { color: rgb(21,102,50); }
H1.HeaderClassName
{
color: #156632;
}
.AnyTagClassName
{
color: #156632;
}
</style>
background-color css
<style>
a { background-color: #156632; }
a { background-color: rgb(21,102,50); }
div.DivClassName
{
background-color: #156632;
}
.BgClassName
{
background-color: #156632;
}
</style>
border-color css
<style>
span { border-color: #156632; }
span { border-color: rgb(21,102,50); }
td.TdClassName
{
border-color: #156632;
}
.TagClassName
{
border-color: #156632;
}
</style>