Shades of Crusoe #175126
Tints of Crusoe #175126
RGB
CMYK
RGB Variations
Color information
#175126 (or 0x175126) is known color: Crusoe. HEX triplet: 17, 51 and 26. RGB value is (23,81,38). Sum of RGB (Red+Green+Blue) = 23+81+38=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #175126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175126 is #E8AED9. Grayscale: #3A3A3A. Windows color (decimal): -15249114 or 2511127. OLE color: 2511127.
HSL color Cylindrical-coordinate representation of color #175126: hue angle of 135.52º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175126 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 81 | 38 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.68 |
| HSL | 135.52º | 0.56% | 0.2% | - |
| HSV(B) | 135.52º | 0.72% | 0.32% | - |
| XYZ | 3.65 | 6.21 | 2.84 | - |
| YUV | 58.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 38 | 0.72 | 0 | 0.53 | 0.68 | 135.52 | 0.56 | 0.2 |
| Hex | 17 | 51 | 26 | 48 | 0 | 35 | 44 | 88 | 38 | 14 |
| Octal | 27 | 121 | 46 | 110 | 0 | 65 | 104 | 210 | 70 | 24 |
| Binary | 10111 | 1010001 | 100110 | 1001000 | 0 | 110101 | 1000100 | 10001000 | 111000 | 10100 |
Color Harmonies of #175126
Complementary color
Monochromatic Colors of #175126
Black with #175126
Text Example
Text Example
White with #175126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175126; }
p { color: rgb(23,81,38); }
H1.HeaderClassName
{
color: #175126;
}
.AnyTagClassName
{
color: #175126;
}
</style>
background-color css
<style>
a { background-color: #175126; }
a { background-color: rgb(23,81,38); }
div.DivClassName
{
background-color: #175126;
}
.BgClassName
{
background-color: #175126;
}
</style>
border-color css
<style>
span { border-color: #175126; }
span { border-color: rgb(23,81,38); }
td.TdClassName
{
border-color: #175126;
}
.TagClassName
{
border-color: #175126;
}
</style>