Shades of Crusoe #115A25
Tints of Crusoe #115A25
RGB
CMYK
RGB Variations
Color information
#115A25 (or 0x115A25) is known color: Crusoe. HEX triplet: 11, 5A and 25. RGB value is (17,90,37). Sum of RGB (Red+Green+Blue) = 17+90+37=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #115A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A25 is #EEA5DA. Grayscale: #3E3E3E. Windows color (decimal): -15640027 or 2447889. OLE color: 2447889.
HSL color Cylindrical-coordinate representation of color #115A25: hue angle of 136.44º 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 #115A25 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 37 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.65 |
| HSL | 136.44º | 0.68% | 0.21% | - |
| HSV(B) | 136.44º | 0.81% | 0.35% | - |
| XYZ | 4.22 | 7.57 | 2.99 | - |
| YUV | 62.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 37 | 0.81 | 0 | 0.59 | 0.65 | 136.44 | 0.68 | 0.21 |
| Hex | 11 | 5A | 25 | 51 | 0 | 3B | 41 | 88 | 44 | 15 |
| Octal | 21 | 132 | 45 | 121 | 0 | 73 | 101 | 210 | 104 | 25 |
| Binary | 10001 | 1011010 | 100101 | 1010001 | 0 | 111011 | 1000001 | 10001000 | 1000100 | 10101 |
Color Harmonies of #115A25
Complementary color
Monochromatic Colors of #115A25
Black with #115A25
Text Example
Text Example
White with #115A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A25; }
p { color: rgb(17,90,37); }
H1.HeaderClassName
{
color: #115A25;
}
.AnyTagClassName
{
color: #115A25;
}
</style>
background-color css
<style>
a { background-color: #115A25; }
a { background-color: rgb(17,90,37); }
div.DivClassName
{
background-color: #115A25;
}
.BgClassName
{
background-color: #115A25;
}
</style>
border-color css
<style>
span { border-color: #115A25; }
span { border-color: rgb(17,90,37); }
td.TdClassName
{
border-color: #115A25;
}
.TagClassName
{
border-color: #115A25;
}
</style>