Shades of Crusoe #155C31
Tints of Crusoe #155C31
RGB
CMYK
RGB Variations
Color information
#155C31 (or 0x155C31) is known color: Crusoe. HEX triplet: 15, 5C and 31. RGB value is (21,92,49). Sum of RGB (Red+Green+Blue) = 21+92+49=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #155C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C31 is #EAA3CE. Grayscale: #414141. Windows color (decimal): -15377359 or 3234837. OLE color: 3234837.
HSL color Cylindrical-coordinate representation of color #155C31: hue angle of 143.66º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C31 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 92 | 49 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.64 |
| HSL | 143.66º | 0.63% | 0.22% | - |
| HSV(B) | 143.66º | 0.77% | 0.36% | - |
| XYZ | 4.69 | 8.04 | 4.21 | - |
| YUV | 65.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 49 | 0.77 | 0 | 0.47 | 0.64 | 143.66 | 0.63 | 0.22 |
| Hex | 15 | 5C | 31 | 4D | 0 | 2F | 40 | 90 | 3F | 16 |
| Octal | 25 | 134 | 61 | 115 | 0 | 57 | 100 | 220 | 77 | 26 |
| Binary | 10101 | 1011100 | 110001 | 1001101 | 0 | 101111 | 1000000 | 10010000 | 111111 | 10110 |
Color Harmonies of #155C31
Complementary color
Monochromatic Colors of #155C31
Black with #155C31
Text Example
Text Example
White with #155C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C31; }
p { color: rgb(21,92,49); }
H1.HeaderClassName
{
color: #155C31;
}
.AnyTagClassName
{
color: #155C31;
}
</style>
background-color css
<style>
a { background-color: #155C31; }
a { background-color: rgb(21,92,49); }
div.DivClassName
{
background-color: #155C31;
}
.BgClassName
{
background-color: #155C31;
}
</style>
border-color css
<style>
span { border-color: #155C31; }
span { border-color: rgb(21,92,49); }
td.TdClassName
{
border-color: #155C31;
}
.TagClassName
{
border-color: #155C31;
}
</style>