Shades of Crusoe #155F28
Tints of Crusoe #155F28
RGB
CMYK
RGB Variations
Color information
#155F28 (or 0x155F28) is known color: Crusoe. HEX triplet: 15, 5F and 28. RGB value is (21,95,40). Sum of RGB (Red+Green+Blue) = 21+95+40=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 95 (37.5% from 255 or 60.90% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 95 - color contains mainly: green. Hex color #155F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155F28 is #EAA0D7. Grayscale: #424242. Windows color (decimal): -15376600 or 2645781. OLE color: 2645781.
HSL color Cylindrical-coordinate representation of color #155F28: hue angle of 135.41º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F28 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 40 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.63 |
| HSL | 135.41º | 0.64% | 0.23% | - |
| HSV(B) | 135.41º | 0.78% | 0.37% | - |
| XYZ | 4.78 | 8.5 | 3.4 | - |
| YUV | 66.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 40 | 0.78 | 0 | 0.58 | 0.63 | 135.41 | 0.64 | 0.23 |
| Hex | 15 | 5F | 28 | 4E | 0 | 3A | 3F | 87 | 40 | 17 |
| Octal | 25 | 137 | 50 | 116 | 0 | 72 | 77 | 207 | 100 | 27 |
| Binary | 10101 | 1011111 | 101000 | 1001110 | 0 | 111010 | 111111 | 10000111 | 1000000 | 10111 |
Color Harmonies of #155F28
Complementary color
Monochromatic Colors of #155F28
Black with #155F28
Text Example
Text Example
White with #155F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F28; }
p { color: rgb(21,95,40); }
H1.HeaderClassName
{
color: #155F28;
}
.AnyTagClassName
{
color: #155F28;
}
</style>
background-color css
<style>
a { background-color: #155F28; }
a { background-color: rgb(21,95,40); }
div.DivClassName
{
background-color: #155F28;
}
.BgClassName
{
background-color: #155F28;
}
</style>
border-color css
<style>
span { border-color: #155F28; }
span { border-color: rgb(21,95,40); }
td.TdClassName
{
border-color: #155F28;
}
.TagClassName
{
border-color: #155F28;
}
</style>