Shades of Crusoe #175A34
Tints of Crusoe #175A34
RGB
CMYK
RGB Variations
Color information
#175A34 (or 0x175A34) is known color: Crusoe. HEX triplet: 17, 5A and 34. RGB value is (23,90,52). Sum of RGB (Red+Green+Blue) = 23+90+52=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #175A34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175A34 is #E8A5CB. Grayscale: #414141. Windows color (decimal): -15246796 or 3430935. OLE color: 3430935.
HSL color Cylindrical-coordinate representation of color #175A34: hue angle of 145.97º 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 #175A34 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 90 | 52 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.65 |
| HSL | 145.97º | 0.59% | 0.22% | - |
| HSV(B) | 145.97º | 0.74% | 0.35% | - |
| XYZ | 4.63 | 7.74 | 4.5 | - |
| YUV | 65.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 52 | 0.74 | 0 | 0.42 | 0.65 | 145.97 | 0.59 | 0.22 |
| Hex | 17 | 5A | 34 | 4A | 0 | 2A | 41 | 92 | 3B | 16 |
| Octal | 27 | 132 | 64 | 112 | 0 | 52 | 101 | 222 | 73 | 26 |
| Binary | 10111 | 1011010 | 110100 | 1001010 | 0 | 101010 | 1000001 | 10010010 | 111011 | 10110 |
Color Harmonies of #175A34
Complementary color
Monochromatic Colors of #175A34
Black with #175A34
Text Example
Text Example
White with #175A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A34; }
p { color: rgb(23,90,52); }
H1.HeaderClassName
{
color: #175A34;
}
.AnyTagClassName
{
color: #175A34;
}
</style>
background-color css
<style>
a { background-color: #175A34; }
a { background-color: rgb(23,90,52); }
div.DivClassName
{
background-color: #175A34;
}
.BgClassName
{
background-color: #175A34;
}
</style>
border-color css
<style>
span { border-color: #175A34; }
span { border-color: rgb(23,90,52); }
td.TdClassName
{
border-color: #175A34;
}
.TagClassName
{
border-color: #175A34;
}
</style>