Shades of Crusoe #175226
Tints of Crusoe #175226
RGB
CMYK
RGB Variations
Color information
#175226 (or 0x175226) is known color: Crusoe. HEX triplet: 17, 52 and 26. RGB value is (23,82,38). Sum of RGB (Red+Green+Blue) = 23+82+38=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #175226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175226 is #E8ADD9. Grayscale: #3B3B3B. Windows color (decimal): -15248858 or 2511383. OLE color: 2511383.
HSL color Cylindrical-coordinate representation of color #175226: hue angle of 135.25º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175226 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 82 | 38 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.68 |
| HSL | 135.25º | 0.56% | 0.21% | - |
| HSV(B) | 135.25º | 0.72% | 0.32% | - |
| XYZ | 3.72 | 6.36 | 2.86 | - |
| YUV | 59.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 38 | 0.72 | 0 | 0.54 | 0.68 | 135.25 | 0.56 | 0.21 |
| Hex | 17 | 52 | 26 | 48 | 0 | 36 | 44 | 87 | 38 | 15 |
| Octal | 27 | 122 | 46 | 110 | 0 | 66 | 104 | 207 | 70 | 25 |
| Binary | 10111 | 1010010 | 100110 | 1001000 | 0 | 110110 | 1000100 | 10000111 | 111000 | 10101 |
Color Harmonies of #175226
Complementary color
Monochromatic Colors of #175226
Black with #175226
Text Example
Text Example
White with #175226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175226; }
p { color: rgb(23,82,38); }
H1.HeaderClassName
{
color: #175226;
}
.AnyTagClassName
{
color: #175226;
}
</style>
background-color css
<style>
a { background-color: #175226; }
a { background-color: rgb(23,82,38); }
div.DivClassName
{
background-color: #175226;
}
.BgClassName
{
background-color: #175226;
}
</style>
border-color css
<style>
span { border-color: #175226; }
span { border-color: rgb(23,82,38); }
td.TdClassName
{
border-color: #175226;
}
.TagClassName
{
border-color: #175226;
}
</style>