Shades of Crusoe #175028
Tints of Crusoe #175028
RGB
CMYK
RGB Variations
Color information
#175028 (or 0x175028) is known color: Crusoe. HEX triplet: 17, 50 and 28. RGB value is (23,80,40). Sum of RGB (Red+Green+Blue) = 23+80+40=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #175028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175028 is #E8AFD7. Grayscale: #3A3A3A. Windows color (decimal): -15249368 or 2641943. OLE color: 2641943.
HSL color Cylindrical-coordinate representation of color #175028: hue angle of 137.89º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #175028 is Cyan = 0.71, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 80 | 40 | - |
| CMYK | 0.71 | 0 | 0.5 | 0.69 |
| HSL | 137.89º | 0.55% | 0.2% | - |
| HSV(B) | 137.89º | 0.71% | 0.31% | - |
| XYZ | 3.61 | 6.07 | 2.99 | - |
| YUV | 58.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 40 | 0.71 | 0 | 0.5 | 0.69 | 137.89 | 0.55 | 0.2 |
| Hex | 17 | 50 | 28 | 47 | 0 | 32 | 45 | 8A | 37 | 14 |
| Octal | 27 | 120 | 50 | 107 | 0 | 62 | 105 | 212 | 67 | 24 |
| Binary | 10111 | 1010000 | 101000 | 1000111 | 0 | 110010 | 1000101 | 10001010 | 110111 | 10100 |
Color Harmonies of #175028
Complementary color
Monochromatic Colors of #175028
Black with #175028
Text Example
Text Example
White with #175028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175028; }
p { color: rgb(23,80,40); }
H1.HeaderClassName
{
color: #175028;
}
.AnyTagClassName
{
color: #175028;
}
</style>
background-color css
<style>
a { background-color: #175028; }
a { background-color: rgb(23,80,40); }
div.DivClassName
{
background-color: #175028;
}
.BgClassName
{
background-color: #175028;
}
</style>
border-color css
<style>
span { border-color: #175028; }
span { border-color: rgb(23,80,40); }
td.TdClassName
{
border-color: #175028;
}
.TagClassName
{
border-color: #175028;
}
</style>