Shades of Crusoe #196136
Tints of Crusoe #196136
RGB
CMYK
RGB Variations
Color information
#196136 (or 0x196136) is known color: Crusoe. HEX triplet: 19, 61 and 36. RGB value is (25,97,54). Sum of RGB (Red+Green+Blue) = 25+97+54=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #196136 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196136 is #E69EC9. Grayscale: #464646. Windows color (decimal): -15113930 or 3563801. OLE color: 3563801.
HSL color Cylindrical-coordinate representation of color #196136: hue angle of 144.17º 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 #196136 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 97 | 54 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.62 |
| HSL | 144.17º | 0.59% | 0.24% | - |
| HSV(B) | 144.17º | 0.74% | 0.38% | - |
| XYZ | 5.34 | 9.02 | 4.95 | - |
| YUV | 70.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 54 | 0.74 | 0 | 0.44 | 0.62 | 144.17 | 0.59 | 0.24 |
| Hex | 19 | 61 | 36 | 4A | 0 | 2C | 3E | 90 | 3B | 18 |
| Octal | 31 | 141 | 66 | 112 | 0 | 54 | 76 | 220 | 73 | 30 |
| Binary | 11001 | 1100001 | 110110 | 1001010 | 0 | 101100 | 111110 | 10010000 | 111011 | 11000 |
Color Harmonies of #196136
Complementary color
Monochromatic Colors of #196136
Black with #196136
Text Example
Text Example
White with #196136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196136; }
p { color: rgb(25,97,54); }
H1.HeaderClassName
{
color: #196136;
}
.AnyTagClassName
{
color: #196136;
}
</style>
background-color css
<style>
a { background-color: #196136; }
a { background-color: rgb(25,97,54); }
div.DivClassName
{
background-color: #196136;
}
.BgClassName
{
background-color: #196136;
}
</style>
border-color css
<style>
span { border-color: #196136; }
span { border-color: rgb(25,97,54); }
td.TdClassName
{
border-color: #196136;
}
.TagClassName
{
border-color: #196136;
}
</style>