Shades of Crusoe #155924
Tints of Crusoe #155924
RGB
CMYK
RGB Variations
Color information
#155924 (or 0x155924) is known color: Crusoe. HEX triplet: 15, 59 and 24. RGB value is (21,89,36). Sum of RGB (Red+Green+Blue) = 21+89+36=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #155924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155924 is #EAA6DB. Grayscale: #3E3E3E. Windows color (decimal): -15378140 or 2382101. OLE color: 2382101.
HSL color Cylindrical-coordinate representation of color #155924: hue angle of 133.24º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155924 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 89 | 36 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.65 |
| HSL | 133.24º | 0.62% | 0.22% | - |
| HSV(B) | 133.24º | 0.76% | 0.35% | - |
| XYZ | 4.2 | 7.43 | 2.88 | - |
| YUV | 62.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 36 | 0.76 | 0 | 0.60 | 0.65 | 133.24 | 0.62 | 0.22 |
| Hex | 15 | 59 | 24 | 4C | 0 | 3C | 41 | 85 | 3E | 16 |
| Octal | 25 | 131 | 44 | 114 | 0 | 74 | 101 | 205 | 76 | 26 |
| Binary | 10101 | 1011001 | 100100 | 1001100 | 0 | 111100 | 1000001 | 10000101 | 111110 | 10110 |
Color Harmonies of #155924
Complementary color
Monochromatic Colors of #155924
Black with #155924
Text Example
Text Example
White with #155924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155924; }
p { color: rgb(21,89,36); }
H1.HeaderClassName
{
color: #155924;
}
.AnyTagClassName
{
color: #155924;
}
</style>
background-color css
<style>
a { background-color: #155924; }
a { background-color: rgb(21,89,36); }
div.DivClassName
{
background-color: #155924;
}
.BgClassName
{
background-color: #155924;
}
</style>
border-color css
<style>
span { border-color: #155924; }
span { border-color: rgb(21,89,36); }
td.TdClassName
{
border-color: #155924;
}
.TagClassName
{
border-color: #155924;
}
</style>