Shades of Crusoe #175125
Tints of Crusoe #175125
RGB
CMYK
RGB Variations
Color information
#175125 (or 0x175125) is known color: Crusoe. HEX triplet: 17, 51 and 25. RGB value is (23,81,37). Sum of RGB (Red+Green+Blue) = 23+81+37=141 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.31% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #175125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175125 is #E8AEDA. Grayscale: #3A3A3A. Windows color (decimal): -15249115 or 2445591. OLE color: 2445591.
HSL color Cylindrical-coordinate representation of color #175125: hue angle of 134.48º 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 #175125 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 81 | 37 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.68 |
| HSL | 134.48º | 0.56% | 0.2% | - |
| HSV(B) | 134.48º | 0.72% | 0.32% | - |
| XYZ | 3.63 | 6.2 | 2.76 | - |
| YUV | 58.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 37 | 0.72 | 0 | 0.54 | 0.68 | 134.48 | 0.56 | 0.2 |
| Hex | 17 | 51 | 25 | 48 | 0 | 36 | 44 | 86 | 38 | 14 |
| Octal | 27 | 121 | 45 | 110 | 0 | 66 | 104 | 206 | 70 | 24 |
| Binary | 10111 | 1010001 | 100101 | 1001000 | 0 | 110110 | 1000100 | 10000110 | 111000 | 10100 |
Color Harmonies of #175125
Complementary color
Monochromatic Colors of #175125
Black with #175125
Text Example
Text Example
White with #175125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175125; }
p { color: rgb(23,81,37); }
H1.HeaderClassName
{
color: #175125;
}
.AnyTagClassName
{
color: #175125;
}
</style>
background-color css
<style>
a { background-color: #175125; }
a { background-color: rgb(23,81,37); }
div.DivClassName
{
background-color: #175125;
}
.BgClassName
{
background-color: #175125;
}
</style>
border-color css
<style>
span { border-color: #175125; }
span { border-color: rgb(23,81,37); }
td.TdClassName
{
border-color: #175125;
}
.TagClassName
{
border-color: #175125;
}
</style>