Shades of Crusoe #175C2D
Tints of Crusoe #175C2D
RGB
CMYK
RGB Variations
Color information
#175C2D (or 0x175C2D) is known color: Crusoe. HEX triplet: 17, 5C and 2D. RGB value is (23,92,45). Sum of RGB (Red+Green+Blue) = 23+92+45=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 92 (36.33% from 255 or 57.5% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 92 - color contains mainly: green. Hex color #175C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175C2D is #E8A3D2. Grayscale: #424242. Windows color (decimal): -15246291 or 2972695. OLE color: 2972695.
HSL color Cylindrical-coordinate representation of color #175C2D: hue angle of 139.13º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #175C2D is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 92 | 45 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.64 |
| HSL | 139.13º | 0.6% | 0.23% | - |
| HSV(B) | 139.13º | 0.75% | 0.36% | - |
| XYZ | 4.65 | 8.03 | 3.79 | - |
| YUV | 66.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 45 | 0.75 | 0 | 0.51 | 0.64 | 139.13 | 0.6 | 0.23 |
| Hex | 17 | 5C | 2D | 4B | 0 | 33 | 40 | 8B | 3C | 17 |
| Octal | 27 | 134 | 55 | 113 | 0 | 63 | 100 | 213 | 74 | 27 |
| Binary | 10111 | 1011100 | 101101 | 1001011 | 0 | 110011 | 1000000 | 10001011 | 111100 | 10111 |
Color Harmonies of #175C2D
Complementary color
Monochromatic Colors of #175C2D
Black with #175C2D
Text Example
Text Example
White with #175C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C2D; }
p { color: rgb(23,92,45); }
H1.HeaderClassName
{
color: #175C2D;
}
.AnyTagClassName
{
color: #175C2D;
}
</style>
background-color css
<style>
a { background-color: #175C2D; }
a { background-color: rgb(23,92,45); }
div.DivClassName
{
background-color: #175C2D;
}
.BgClassName
{
background-color: #175C2D;
}
</style>
border-color css
<style>
span { border-color: #175C2D; }
span { border-color: rgb(23,92,45); }
td.TdClassName
{
border-color: #175C2D;
}
.TagClassName
{
border-color: #175C2D;
}
</style>