Shades of Crusoe #155C25
Tints of Crusoe #155C25
RGB
CMYK
RGB Variations
Color information
#155C25 (or 0x155C25) is known color: Crusoe. HEX triplet: 15, 5C and 25. RGB value is (21,92,37). Sum of RGB (Red+Green+Blue) = 21+92+37=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 92 (36.33% from 255 or 61.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 92 - color contains mainly: green. Hex color #155C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C25 is #EAA3DA. Grayscale: #404040. Windows color (decimal): -15377371 or 2448405. OLE color: 2448405.
HSL color Cylindrical-coordinate representation of color #155C25: hue angle of 133.52º 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 #155C25 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 92 | 37 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.64 |
| HSL | 133.52º | 0.63% | 0.22% | - |
| HSV(B) | 133.52º | 0.77% | 0.36% | - |
| XYZ | 4.47 | 7.95 | 3.05 | - |
| YUV | 64.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 37 | 0.77 | 0 | 0.60 | 0.64 | 133.52 | 0.63 | 0.22 |
| Hex | 15 | 5C | 25 | 4D | 0 | 3C | 40 | 86 | 3F | 16 |
| Octal | 25 | 134 | 45 | 115 | 0 | 74 | 100 | 206 | 77 | 26 |
| Binary | 10101 | 1011100 | 100101 | 1001101 | 0 | 111100 | 1000000 | 10000110 | 111111 | 10110 |
Color Harmonies of #155C25
Complementary color
Monochromatic Colors of #155C25
Black with #155C25
Text Example
Text Example
White with #155C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C25; }
p { color: rgb(21,92,37); }
H1.HeaderClassName
{
color: #155C25;
}
.AnyTagClassName
{
color: #155C25;
}
</style>
background-color css
<style>
a { background-color: #155C25; }
a { background-color: rgb(21,92,37); }
div.DivClassName
{
background-color: #155C25;
}
.BgClassName
{
background-color: #155C25;
}
</style>
border-color css
<style>
span { border-color: #155C25; }
span { border-color: rgb(21,92,37); }
td.TdClassName
{
border-color: #155C25;
}
.TagClassName
{
border-color: #155C25;
}
</style>