Shades of Crusoe #176130
Tints of Crusoe #176130
RGB
CMYK
RGB Variations
Color information
#176130 (or 0x176130) is known color: Crusoe. HEX triplet: 17, 61 and 30. RGB value is (23,97,48). Sum of RGB (Red+Green+Blue) = 23+97+48=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #176130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176130 is #E89ECF. Grayscale: #454545. Windows color (decimal): -15245008 or 3170583. OLE color: 3170583.
HSL color Cylindrical-coordinate representation of color #176130: hue angle of 140.27º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #176130 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 97 | 48 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.62 |
| HSL | 140.27º | 0.62% | 0.24% | - |
| HSV(B) | 140.27º | 0.76% | 0.38% | - |
| XYZ | 5.16 | 8.94 | 4.25 | - |
| YUV | 69.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 97 | 48 | 0.76 | 0 | 0.51 | 0.62 | 140.27 | 0.62 | 0.24 |
| Hex | 17 | 61 | 30 | 4C | 0 | 33 | 3E | 8C | 3E | 18 |
| Octal | 27 | 141 | 60 | 114 | 0 | 63 | 76 | 214 | 76 | 30 |
| Binary | 10111 | 1100001 | 110000 | 1001100 | 0 | 110011 | 111110 | 10001100 | 111110 | 11000 |
Color Harmonies of #176130
Complementary color
Monochromatic Colors of #176130
Black with #176130
Text Example
Text Example
White with #176130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176130; }
p { color: rgb(23,97,48); }
H1.HeaderClassName
{
color: #176130;
}
.AnyTagClassName
{
color: #176130;
}
</style>
background-color css
<style>
a { background-color: #176130; }
a { background-color: rgb(23,97,48); }
div.DivClassName
{
background-color: #176130;
}
.BgClassName
{
background-color: #176130;
}
</style>
border-color css
<style>
span { border-color: #176130; }
span { border-color: rgb(23,97,48); }
td.TdClassName
{
border-color: #176130;
}
.TagClassName
{
border-color: #176130;
}
</style>