Shades of Crusoe #155625
Tints of Crusoe #155625
RGB
CMYK
RGB Variations
Color information
#155625 (or 0x155625) is known color: Crusoe. HEX triplet: 15, 56 and 25. RGB value is (21,86,37). Sum of RGB (Red+Green+Blue) = 21+86+37=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #155625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155625 is #EAA9DA. Grayscale: #3D3D3D. Windows color (decimal): -15378907 or 2446869. OLE color: 2446869.
HSL color Cylindrical-coordinate representation of color #155625: hue angle of 134.77º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155625 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 86 | 37 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.66 |
| HSL | 134.77º | 0.61% | 0.21% | - |
| HSV(B) | 134.77º | 0.76% | 0.34% | - |
| XYZ | 3.97 | 6.95 | 2.88 | - |
| YUV | 60.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 37 | 0.76 | 0 | 0.57 | 0.66 | 134.77 | 0.61 | 0.21 |
| Hex | 15 | 56 | 25 | 4C | 0 | 39 | 42 | 87 | 3D | 15 |
| Octal | 25 | 126 | 45 | 114 | 0 | 71 | 102 | 207 | 75 | 25 |
| Binary | 10101 | 1010110 | 100101 | 1001100 | 0 | 111001 | 1000010 | 10000111 | 111101 | 10101 |
Color Harmonies of #155625
Complementary color
Monochromatic Colors of #155625
Black with #155625
Text Example
Text Example
White with #155625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155625; }
p { color: rgb(21,86,37); }
H1.HeaderClassName
{
color: #155625;
}
.AnyTagClassName
{
color: #155625;
}
</style>
background-color css
<style>
a { background-color: #155625; }
a { background-color: rgb(21,86,37); }
div.DivClassName
{
background-color: #155625;
}
.BgClassName
{
background-color: #155625;
}
</style>
border-color css
<style>
span { border-color: #155625; }
span { border-color: rgb(21,86,37); }
td.TdClassName
{
border-color: #155625;
}
.TagClassName
{
border-color: #155625;
}
</style>