Shades of Crusoe #115A23
Tints of Crusoe #115A23
RGB
CMYK
RGB Variations
Color information
#115A23 (or 0x115A23) is known color: Crusoe. HEX triplet: 11, 5A and 23. RGB value is (17,90,35). Sum of RGB (Red+Green+Blue) = 17+90+35=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 90 (35.55% from 255 or 63.38% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 90 - color contains mainly: green. Hex color #115A23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A23 is #EEA5DC. Grayscale: #3E3E3E. Windows color (decimal): -15640029 or 2316817. OLE color: 2316817.
HSL color Cylindrical-coordinate representation of color #115A23: hue angle of 134.79º 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 #115A23 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 35 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.65 |
| HSL | 134.79º | 0.68% | 0.21% | - |
| HSV(B) | 134.79º | 0.81% | 0.35% | - |
| XYZ | 4.19 | 7.55 | 2.83 | - |
| YUV | 61.9 | 112.82 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 35 | 0.81 | 0 | 0.61 | 0.65 | 134.79 | 0.68 | 0.21 |
| Hex | 11 | 5A | 23 | 51 | 0 | 3D | 41 | 87 | 44 | 15 |
| Octal | 21 | 132 | 43 | 121 | 0 | 75 | 101 | 207 | 104 | 25 |
| Binary | 10001 | 1011010 | 100011 | 1010001 | 0 | 111101 | 1000001 | 10000111 | 1000100 | 10101 |
Color Harmonies of #115A23
Complementary color
Monochromatic Colors of #115A23
Black with #115A23
Text Example
Text Example
White with #115A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A23; }
p { color: rgb(17,90,35); }
H1.HeaderClassName
{
color: #115A23;
}
.AnyTagClassName
{
color: #115A23;
}
</style>
background-color css
<style>
a { background-color: #115A23; }
a { background-color: rgb(17,90,35); }
div.DivClassName
{
background-color: #115A23;
}
.BgClassName
{
background-color: #115A23;
}
</style>
border-color css
<style>
span { border-color: #115A23; }
span { border-color: rgb(17,90,35); }
td.TdClassName
{
border-color: #115A23;
}
.TagClassName
{
border-color: #115A23;
}
</style>