Shades of Crusoe #196231
Tints of Crusoe #196231
RGB
CMYK
RGB Variations
Color information
#196231 (or 0x196231) is known color: Crusoe. HEX triplet: 19, 62 and 31. RGB value is (25,98,49). Sum of RGB (Red+Green+Blue) = 25+98+49=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #196231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196231 is #E69DCE. Grayscale: #464646. Windows color (decimal): -15113679 or 3236377. OLE color: 3236377.
HSL color Cylindrical-coordinate representation of color #196231: hue angle of 139.73º 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 #196231 is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 49 | - |
| CMYK | 0.74 | 0 | 0.5 | 0.62 |
| HSL | 139.73º | 0.59% | 0.24% | - |
| HSV(B) | 139.73º | 0.74% | 0.38% | - |
| XYZ | 5.32 | 9.16 | 4.39 | - |
| YUV | 70.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 49 | 0.74 | 0 | 0.5 | 0.62 | 139.73 | 0.59 | 0.24 |
| Hex | 19 | 62 | 31 | 4A | 0 | 32 | 3E | 8C | 3B | 18 |
| Octal | 31 | 142 | 61 | 112 | 0 | 62 | 76 | 214 | 73 | 30 |
| Binary | 11001 | 1100010 | 110001 | 1001010 | 0 | 110010 | 111110 | 10001100 | 111011 | 11000 |
Color Harmonies of #196231
Complementary color
Monochromatic Colors of #196231
Black with #196231
Text Example
Text Example
White with #196231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196231; }
p { color: rgb(25,98,49); }
H1.HeaderClassName
{
color: #196231;
}
.AnyTagClassName
{
color: #196231;
}
</style>
background-color css
<style>
a { background-color: #196231; }
a { background-color: rgb(25,98,49); }
div.DivClassName
{
background-color: #196231;
}
.BgClassName
{
background-color: #196231;
}
</style>
border-color css
<style>
span { border-color: #196231; }
span { border-color: rgb(25,98,49); }
td.TdClassName
{
border-color: #196231;
}
.TagClassName
{
border-color: #196231;
}
</style>