Shades of Crusoe #115A1F
Tints of Crusoe #115A1F
RGB
CMYK
RGB Variations
Color information
#115A1F (or 0x115A1F) is known color: Crusoe. HEX triplet: 11, 5A and 1F. RGB value is (17,90,31). Sum of RGB (Red+Green+Blue) = 17+90+31=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 90 (35.55% from 255 or 65.22% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 90 - color contains mainly: green. Hex color #115A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A1F is #EEA5E0. Grayscale: #3D3D3D. Windows color (decimal): -15640033 or 2054673. OLE color: 2054673.
HSL color Cylindrical-coordinate representation of color #115A1F: hue angle of 131.51º 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 #115A1F is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 31 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.65 |
| HSL | 131.51º | 0.68% | 0.21% | - |
| HSV(B) | 131.51º | 0.81% | 0.35% | - |
| XYZ | 4.13 | 7.53 | 2.53 | - |
| YUV | 61.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 31 | 0.81 | 0 | 0.66 | 0.65 | 131.51 | 0.68 | 0.21 |
| Hex | 11 | 5A | 1F | 51 | 0 | 42 | 41 | 84 | 44 | 15 |
| Octal | 21 | 132 | 37 | 121 | 0 | 102 | 101 | 204 | 104 | 25 |
| Binary | 10001 | 1011010 | 11111 | 1010001 | 0 | 1000010 | 1000001 | 10000100 | 1000100 | 10101 |
Color Harmonies of #115A1F
Complementary color
Monochromatic Colors of #115A1F
Black with #115A1F
Text Example
Text Example
White with #115A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A1F; }
p { color: rgb(17,90,31); }
H1.HeaderClassName
{
color: #115A1F;
}
.AnyTagClassName
{
color: #115A1F;
}
</style>
background-color css
<style>
a { background-color: #115A1F; }
a { background-color: rgb(17,90,31); }
div.DivClassName
{
background-color: #115A1F;
}
.BgClassName
{
background-color: #115A1F;
}
</style>
border-color css
<style>
span { border-color: #115A1F; }
span { border-color: rgb(17,90,31); }
td.TdClassName
{
border-color: #115A1F;
}
.TagClassName
{
border-color: #115A1F;
}
</style>