Shades of Crusoe #175A25
Tints of Crusoe #175A25
RGB
CMYK
RGB Variations
Color information
#175A25 (or 0x175A25) is known color: Crusoe. HEX triplet: 17, 5A and 25. RGB value is (23,90,37). Sum of RGB (Red+Green+Blue) = 23+90+37=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 90 (35.55% from 255 or 60% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 90 - color contains mainly: green. Hex color #175A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175A25 is #E8A5DA. Grayscale: #404040. Windows color (decimal): -15246811 or 2447895. OLE color: 2447895.
HSL color Cylindrical-coordinate representation of color #175A25: hue angle of 132.54º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175A25 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 90 | 37 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.65 |
| HSL | 132.54º | 0.59% | 0.22% | - |
| HSV(B) | 132.54º | 0.74% | 0.35% | - |
| XYZ | 4.34 | 7.63 | 2.99 | - |
| YUV | 63.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 37 | 0.74 | 0 | 0.59 | 0.65 | 132.54 | 0.59 | 0.22 |
| Hex | 17 | 5A | 25 | 4A | 0 | 3B | 41 | 85 | 3B | 16 |
| Octal | 27 | 132 | 45 | 112 | 0 | 73 | 101 | 205 | 73 | 26 |
| Binary | 10111 | 1011010 | 100101 | 1001010 | 0 | 111011 | 1000001 | 10000101 | 111011 | 10110 |
Color Harmonies of #175A25
Complementary color
Monochromatic Colors of #175A25
Black with #175A25
Text Example
Text Example
White with #175A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A25; }
p { color: rgb(23,90,37); }
H1.HeaderClassName
{
color: #175A25;
}
.AnyTagClassName
{
color: #175A25;
}
</style>
background-color css
<style>
a { background-color: #175A25; }
a { background-color: rgb(23,90,37); }
div.DivClassName
{
background-color: #175A25;
}
.BgClassName
{
background-color: #175A25;
}
</style>
border-color css
<style>
span { border-color: #175A25; }
span { border-color: rgb(23,90,37); }
td.TdClassName
{
border-color: #175A25;
}
.TagClassName
{
border-color: #175A25;
}
</style>