Shades of Crusoe #115A24
Tints of Crusoe #115A24
RGB
CMYK
RGB Variations
Color information
#115A24 (or 0x115A24) is known color: Crusoe. HEX triplet: 11, 5A and 24. RGB value is (17,90,36). Sum of RGB (Red+Green+Blue) = 17+90+36=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #115A24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A24 is #EEA5DB. Grayscale: #3E3E3E. Windows color (decimal): -15640028 or 2382353. OLE color: 2382353.
HSL color Cylindrical-coordinate representation of color #115A24: hue angle of 135.62º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A24 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 36 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.65 |
| HSL | 135.62º | 0.68% | 0.21% | - |
| HSV(B) | 135.62º | 0.81% | 0.35% | - |
| XYZ | 4.21 | 7.56 | 2.91 | - |
| YUV | 62.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 36 | 0.81 | 0 | 0.60 | 0.65 | 135.62 | 0.68 | 0.21 |
| Hex | 11 | 5A | 24 | 51 | 0 | 3C | 41 | 88 | 44 | 15 |
| Octal | 21 | 132 | 44 | 121 | 0 | 74 | 101 | 210 | 104 | 25 |
| Binary | 10001 | 1011010 | 100100 | 1010001 | 0 | 111100 | 1000001 | 10001000 | 1000100 | 10101 |
Color Harmonies of #115A24
Complementary color
Monochromatic Colors of #115A24
Black with #115A24
Text Example
Text Example
White with #115A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A24; }
p { color: rgb(17,90,36); }
H1.HeaderClassName
{
color: #115A24;
}
.AnyTagClassName
{
color: #115A24;
}
</style>
background-color css
<style>
a { background-color: #115A24; }
a { background-color: rgb(17,90,36); }
div.DivClassName
{
background-color: #115A24;
}
.BgClassName
{
background-color: #115A24;
}
</style>
border-color css
<style>
span { border-color: #115A24; }
span { border-color: rgb(17,90,36); }
td.TdClassName
{
border-color: #115A24;
}
.TagClassName
{
border-color: #115A24;
}
</style>