Shades of Crusoe #175326
Tints of Crusoe #175326
RGB
CMYK
RGB Variations
Color information
#175326 (or 0x175326) is known color: Crusoe. HEX triplet: 17, 53 and 26. RGB value is (23,83,38). Sum of RGB (Red+Green+Blue) = 23+83+38=144 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.97% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #175326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175326 is #E8ACD9. Grayscale: #3C3C3C. Windows color (decimal): -15248602 or 2511639. OLE color: 2511639.
HSL color Cylindrical-coordinate representation of color #175326: hue angle of 135º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175326 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 83 | 38 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.67 |
| HSL | 135º | 0.57% | 0.21% | - |
| HSV(B) | 135º | 0.72% | 0.33% | - |
| XYZ | 3.8 | 6.51 | 2.89 | - |
| YUV | 59.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 38 | 0.72 | 0 | 0.54 | 0.67 | 135 | 0.57 | 0.21 |
| Hex | 17 | 53 | 26 | 48 | 0 | 36 | 43 | 87 | 39 | 15 |
| Octal | 27 | 123 | 46 | 110 | 0 | 66 | 103 | 207 | 71 | 25 |
| Binary | 10111 | 1010011 | 100110 | 1001000 | 0 | 110110 | 1000011 | 10000111 | 111001 | 10101 |
Color Harmonies of #175326
Complementary color
Monochromatic Colors of #175326
Black with #175326
Text Example
Text Example
White with #175326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175326; }
p { color: rgb(23,83,38); }
H1.HeaderClassName
{
color: #175326;
}
.AnyTagClassName
{
color: #175326;
}
</style>
background-color css
<style>
a { background-color: #175326; }
a { background-color: rgb(23,83,38); }
div.DivClassName
{
background-color: #175326;
}
.BgClassName
{
background-color: #175326;
}
</style>
border-color css
<style>
span { border-color: #175326; }
span { border-color: rgb(23,83,38); }
td.TdClassName
{
border-color: #175326;
}
.TagClassName
{
border-color: #175326;
}
</style>