Shades of Crusoe #196232
Tints of Crusoe #196232
RGB
CMYK
RGB Variations
Color information
#196232 (or 0x196232) is known color: Crusoe. HEX triplet: 19, 62 and 32. RGB value is (25,98,50). Sum of RGB (Red+Green+Blue) = 25+98+50=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #196232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196232 is #E69DCD. Grayscale: #464646. Windows color (decimal): -15113678 or 3301913. OLE color: 3301913.
HSL color Cylindrical-coordinate representation of color #196232: hue angle of 140.55º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196232 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 50 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.62 |
| HSL | 140.55º | 0.59% | 0.24% | - |
| HSV(B) | 140.55º | 0.74% | 0.38% | - |
| XYZ | 5.34 | 9.17 | 4.51 | - |
| YUV | 70.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 50 | 0.74 | 0 | 0.49 | 0.62 | 140.55 | 0.59 | 0.24 |
| Hex | 19 | 62 | 32 | 4A | 0 | 31 | 3E | 8D | 3B | 18 |
| Octal | 31 | 142 | 62 | 112 | 0 | 61 | 76 | 215 | 73 | 30 |
| Binary | 11001 | 1100010 | 110010 | 1001010 | 0 | 110001 | 111110 | 10001101 | 111011 | 11000 |
Color Harmonies of #196232
Complementary color
Monochromatic Colors of #196232
Black with #196232
Text Example
Text Example
White with #196232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196232; }
p { color: rgb(25,98,50); }
H1.HeaderClassName
{
color: #196232;
}
.AnyTagClassName
{
color: #196232;
}
</style>
background-color css
<style>
a { background-color: #196232; }
a { background-color: rgb(25,98,50); }
div.DivClassName
{
background-color: #196232;
}
.BgClassName
{
background-color: #196232;
}
</style>
border-color css
<style>
span { border-color: #196232; }
span { border-color: rgb(25,98,50); }
td.TdClassName
{
border-color: #196232;
}
.TagClassName
{
border-color: #196232;
}
</style>