Shades of Crusoe #196031
Tints of Crusoe #196031
RGB
CMYK
RGB Variations
Color information
#196031 (or 0x196031) is known color: Crusoe. HEX triplet: 19, 60 and 31. RGB value is (25,96,49). Sum of RGB (Red+Green+Blue) = 25+96+49=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #196031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196031 is #E69FCE. Grayscale: #454545. Windows color (decimal): -15114191 or 3235865. OLE color: 3235865.
HSL color Cylindrical-coordinate representation of color #196031: hue angle of 140.28º 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 #196031 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 96 | 49 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.62 |
| HSL | 140.28º | 0.59% | 0.24% | - |
| HSV(B) | 140.28º | 0.74% | 0.38% | - |
| XYZ | 5.14 | 8.79 | 4.33 | - |
| YUV | 69.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 49 | 0.74 | 0 | 0.49 | 0.62 | 140.28 | 0.59 | 0.24 |
| Hex | 19 | 60 | 31 | 4A | 0 | 31 | 3E | 8C | 3B | 18 |
| Octal | 31 | 140 | 61 | 112 | 0 | 61 | 76 | 214 | 73 | 30 |
| Binary | 11001 | 1100000 | 110001 | 1001010 | 0 | 110001 | 111110 | 10001100 | 111011 | 11000 |
Color Harmonies of #196031
Complementary color
Monochromatic Colors of #196031
Black with #196031
Text Example
Text Example
White with #196031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196031; }
p { color: rgb(25,96,49); }
H1.HeaderClassName
{
color: #196031;
}
.AnyTagClassName
{
color: #196031;
}
</style>
background-color css
<style>
a { background-color: #196031; }
a { background-color: rgb(25,96,49); }
div.DivClassName
{
background-color: #196031;
}
.BgClassName
{
background-color: #196031;
}
</style>
border-color css
<style>
span { border-color: #196031; }
span { border-color: rgb(25,96,49); }
td.TdClassName
{
border-color: #196031;
}
.TagClassName
{
border-color: #196031;
}
</style>