Shades of Crusoe #175129
Tints of Crusoe #175129
RGB
CMYK
RGB Variations
Color information
#175129 (or 0x175129) is known color: Crusoe. HEX triplet: 17, 51 and 29. RGB value is (23,81,41). Sum of RGB (Red+Green+Blue) = 23+81+41=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #175129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175129 is #E8AED6. Grayscale: #3B3B3B. Windows color (decimal): -15249111 or 2707735. OLE color: 2707735.
HSL color Cylindrical-coordinate representation of color #175129: hue angle of 138.62º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175129 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 81 | 41 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.68 |
| HSL | 138.62º | 0.56% | 0.2% | - |
| HSV(B) | 138.62º | 0.72% | 0.32% | - |
| XYZ | 3.7 | 6.23 | 3.1 | - |
| YUV | 59.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 41 | 0.72 | 0 | 0.49 | 0.68 | 138.62 | 0.56 | 0.2 |
| Hex | 17 | 51 | 29 | 48 | 0 | 31 | 44 | 8B | 38 | 14 |
| Octal | 27 | 121 | 51 | 110 | 0 | 61 | 104 | 213 | 70 | 24 |
| Binary | 10111 | 1010001 | 101001 | 1001000 | 0 | 110001 | 1000100 | 10001011 | 111000 | 10100 |
Color Harmonies of #175129
Complementary color
Monochromatic Colors of #175129
Black with #175129
Text Example
Text Example
White with #175129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175129; }
p { color: rgb(23,81,41); }
H1.HeaderClassName
{
color: #175129;
}
.AnyTagClassName
{
color: #175129;
}
</style>
background-color css
<style>
a { background-color: #175129; }
a { background-color: rgb(23,81,41); }
div.DivClassName
{
background-color: #175129;
}
.BgClassName
{
background-color: #175129;
}
</style>
border-color css
<style>
span { border-color: #175129; }
span { border-color: rgb(23,81,41); }
td.TdClassName
{
border-color: #175129;
}
.TagClassName
{
border-color: #175129;
}
</style>