Shades of Crusoe #155726
Tints of Crusoe #155726
RGB
CMYK
RGB Variations
Color information
#155726 (or 0x155726) is known color: Crusoe. HEX triplet: 15, 57 and 26. RGB value is (21,87,38). Sum of RGB (Red+Green+Blue) = 21+87+38=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 87 (34.38% from 255 or 59.59% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 87 - color contains mainly: green. Hex color #155726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155726 is #EAA8D9. Grayscale: #3D3D3D. Windows color (decimal): -15378650 or 2512661. OLE color: 2512661.
HSL color Cylindrical-coordinate representation of color #155726: hue angle of 135.45º 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 #155726 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 87 | 38 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.66 |
| HSL | 135.45º | 0.61% | 0.21% | - |
| HSV(B) | 135.45º | 0.76% | 0.34% | - |
| XYZ | 4.07 | 7.12 | 2.99 | - |
| YUV | 61.68 | 114.63 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 38 | 0.76 | 0 | 0.56 | 0.66 | 135.45 | 0.61 | 0.21 |
| Hex | 15 | 57 | 26 | 4C | 0 | 38 | 42 | 87 | 3D | 15 |
| Octal | 25 | 127 | 46 | 114 | 0 | 70 | 102 | 207 | 75 | 25 |
| Binary | 10101 | 1010111 | 100110 | 1001100 | 0 | 111000 | 1000010 | 10000111 | 111101 | 10101 |
Color Harmonies of #155726
Complementary color
Monochromatic Colors of #155726
Black with #155726
Text Example
Text Example
White with #155726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155726; }
p { color: rgb(21,87,38); }
H1.HeaderClassName
{
color: #155726;
}
.AnyTagClassName
{
color: #155726;
}
</style>
background-color css
<style>
a { background-color: #155726; }
a { background-color: rgb(21,87,38); }
div.DivClassName
{
background-color: #155726;
}
.BgClassName
{
background-color: #155726;
}
</style>
border-color css
<style>
span { border-color: #155726; }
span { border-color: rgb(21,87,38); }
td.TdClassName
{
border-color: #155726;
}
.TagClassName
{
border-color: #155726;
}
</style>