Shades of Crusoe #175127
Tints of Crusoe #175127
RGB
CMYK
RGB Variations
Color information
#175127 (or 0x175127) is known color: Crusoe. HEX triplet: 17, 51 and 27. RGB value is (23,81,39). Sum of RGB (Red+Green+Blue) = 23+81+39=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #175127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175127 is #E8AED8. Grayscale: #3A3A3A. Windows color (decimal): -15249113 or 2576663. OLE color: 2576663.
HSL color Cylindrical-coordinate representation of color #175127: hue angle of 136.55º 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 #175127 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 81 | 39 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.68 |
| HSL | 136.55º | 0.56% | 0.2% | - |
| HSV(B) | 136.55º | 0.72% | 0.32% | - |
| XYZ | 3.66 | 6.21 | 2.93 | - |
| YUV | 58.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 39 | 0.72 | 0 | 0.52 | 0.68 | 136.55 | 0.56 | 0.2 |
| Hex | 17 | 51 | 27 | 48 | 0 | 34 | 44 | 89 | 38 | 14 |
| Octal | 27 | 121 | 47 | 110 | 0 | 64 | 104 | 211 | 70 | 24 |
| Binary | 10111 | 1010001 | 100111 | 1001000 | 0 | 110100 | 1000100 | 10001001 | 111000 | 10100 |
Color Harmonies of #175127
Complementary color
Monochromatic Colors of #175127
Black with #175127
Text Example
Text Example
White with #175127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175127; }
p { color: rgb(23,81,39); }
H1.HeaderClassName
{
color: #175127;
}
.AnyTagClassName
{
color: #175127;
}
</style>
background-color css
<style>
a { background-color: #175127; }
a { background-color: rgb(23,81,39); }
div.DivClassName
{
background-color: #175127;
}
.BgClassName
{
background-color: #175127;
}
</style>
border-color css
<style>
span { border-color: #175127; }
span { border-color: rgb(23,81,39); }
td.TdClassName
{
border-color: #175127;
}
.TagClassName
{
border-color: #175127;
}
</style>