Shades of Crusoe #115723
Tints of Crusoe #115723
RGB
CMYK
RGB Variations
Color information
#115723 (or 0x115723) is known color: Crusoe. HEX triplet: 11, 57 and 23. RGB value is (17,87,35). Sum of RGB (Red+Green+Blue) = 17+87+35=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 87 (34.38% from 255 or 62.59% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 87 - color contains mainly: green. Hex color #115723 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115723 is #EEA8DC. Grayscale: #3C3C3C. Windows color (decimal): -15640797 or 2316049. OLE color: 2316049.
HSL color Cylindrical-coordinate representation of color #115723: hue angle of 135.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115723 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 87 | 35 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.66 |
| HSL | 135.43º | 0.67% | 0.2% | - |
| HSV(B) | 135.43º | 0.8% | 0.34% | - |
| XYZ | 3.94 | 7.06 | 2.74 | - |
| YUV | 60.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 35 | 0.80 | 0 | 0.60 | 0.66 | 135.43 | 0.67 | 0.2 |
| Hex | 11 | 57 | 23 | 50 | 0 | 3C | 42 | 87 | 43 | 14 |
| Octal | 21 | 127 | 43 | 120 | 0 | 74 | 102 | 207 | 103 | 24 |
| Binary | 10001 | 1010111 | 100011 | 1010000 | 0 | 111100 | 1000010 | 10000111 | 1000011 | 10100 |
Color Harmonies of #115723
Complementary color
Monochromatic Colors of #115723
Black with #115723
Text Example
Text Example
White with #115723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115723; }
p { color: rgb(17,87,35); }
H1.HeaderClassName
{
color: #115723;
}
.AnyTagClassName
{
color: #115723;
}
</style>
background-color css
<style>
a { background-color: #115723; }
a { background-color: rgb(17,87,35); }
div.DivClassName
{
background-color: #115723;
}
.BgClassName
{
background-color: #115723;
}
</style>
border-color css
<style>
span { border-color: #115723; }
span { border-color: rgb(17,87,35); }
td.TdClassName
{
border-color: #115723;
}
.TagClassName
{
border-color: #115723;
}
</style>