Shades of Crusoe #175A31
Tints of Crusoe #175A31
RGB
CMYK
RGB Variations
Color information
#175A31 (or 0x175A31) is known color: Crusoe. HEX triplet: 17, 5A and 31. RGB value is (23,90,49). Sum of RGB (Red+Green+Blue) = 23+90+49=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #175A31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175A31 is #E8A5CE. Grayscale: #414141. Windows color (decimal): -15246799 or 3234327. OLE color: 3234327.
HSL color Cylindrical-coordinate representation of color #175A31: hue angle of 143.28º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175A31 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 90 | 49 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.65 |
| HSL | 143.28º | 0.59% | 0.22% | - |
| HSV(B) | 143.28º | 0.74% | 0.35% | - |
| XYZ | 4.56 | 7.72 | 4.15 | - |
| YUV | 65.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 49 | 0.74 | 0 | 0.46 | 0.65 | 143.28 | 0.59 | 0.22 |
| Hex | 17 | 5A | 31 | 4A | 0 | 2E | 41 | 8F | 3B | 16 |
| Octal | 27 | 132 | 61 | 112 | 0 | 56 | 101 | 217 | 73 | 26 |
| Binary | 10111 | 1011010 | 110001 | 1001010 | 0 | 101110 | 1000001 | 10001111 | 111011 | 10110 |
Color Harmonies of #175A31
Complementary color
Monochromatic Colors of #175A31
Black with #175A31
Text Example
Text Example
White with #175A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A31; }
p { color: rgb(23,90,49); }
H1.HeaderClassName
{
color: #175A31;
}
.AnyTagClassName
{
color: #175A31;
}
</style>
background-color css
<style>
a { background-color: #175A31; }
a { background-color: rgb(23,90,49); }
div.DivClassName
{
background-color: #175A31;
}
.BgClassName
{
background-color: #175A31;
}
</style>
border-color css
<style>
span { border-color: #175A31; }
span { border-color: rgb(23,90,49); }
td.TdClassName
{
border-color: #175A31;
}
.TagClassName
{
border-color: #175A31;
}
</style>