Shades of Crusoe #175A30
Tints of Crusoe #175A30
RGB
CMYK
RGB Variations
Color information
#175A30 (or 0x175A30) is known color: Crusoe. HEX triplet: 17, 5A and 30. RGB value is (23,90,48). Sum of RGB (Red+Green+Blue) = 23+90+48=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #175A30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175A30 is #E8A5CF. Grayscale: #414141. Windows color (decimal): -15246800 or 3168791. OLE color: 3168791.
HSL color Cylindrical-coordinate representation of color #175A30: hue angle of 142.39º 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 #175A30 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 90 | 48 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.65 |
| HSL | 142.39º | 0.59% | 0.22% | - |
| HSV(B) | 142.39º | 0.74% | 0.35% | - |
| XYZ | 4.54 | 7.71 | 4.04 | - |
| YUV | 65.18 | 118.3 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 48 | 0.74 | 0 | 0.47 | 0.65 | 142.39 | 0.59 | 0.22 |
| Hex | 17 | 5A | 30 | 4A | 0 | 2F | 41 | 8E | 3B | 16 |
| Octal | 27 | 132 | 60 | 112 | 0 | 57 | 101 | 216 | 73 | 26 |
| Binary | 10111 | 1011010 | 110000 | 1001010 | 0 | 101111 | 1000001 | 10001110 | 111011 | 10110 |
Color Harmonies of #175A30
Complementary color
Monochromatic Colors of #175A30
Black with #175A30
Text Example
Text Example
White with #175A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A30; }
p { color: rgb(23,90,48); }
H1.HeaderClassName
{
color: #175A30;
}
.AnyTagClassName
{
color: #175A30;
}
</style>
background-color css
<style>
a { background-color: #175A30; }
a { background-color: rgb(23,90,48); }
div.DivClassName
{
background-color: #175A30;
}
.BgClassName
{
background-color: #175A30;
}
</style>
border-color css
<style>
span { border-color: #175A30; }
span { border-color: rgb(23,90,48); }
td.TdClassName
{
border-color: #175A30;
}
.TagClassName
{
border-color: #175A30;
}
</style>