Shades of Crusoe #196226
Tints of Crusoe #196226
RGB
CMYK
RGB Variations
Color information
#196226 (or 0x196226) is known color: Crusoe. HEX triplet: 19, 62 and 26. RGB value is (25,98,38). Sum of RGB (Red+Green+Blue) = 25+98+38=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #196226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196226 is #E69DD9. Grayscale: #454545. Windows color (decimal): -15113690 or 2515481. OLE color: 2515481.
HSL color Cylindrical-coordinate representation of color #196226: hue angle of 130.68º 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 #196226 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 38 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.62 |
| HSL | 130.68º | 0.59% | 0.24% | - |
| HSV(B) | 130.68º | 0.74% | 0.38% | - |
| XYZ | 5.12 | 9.08 | 3.32 | - |
| YUV | 69.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 38 | 0.74 | 0 | 0.61 | 0.62 | 130.68 | 0.59 | 0.24 |
| Hex | 19 | 62 | 26 | 4A | 0 | 3D | 3E | 83 | 3B | 18 |
| Octal | 31 | 142 | 46 | 112 | 0 | 75 | 76 | 203 | 73 | 30 |
| Binary | 11001 | 1100010 | 100110 | 1001010 | 0 | 111101 | 111110 | 10000011 | 111011 | 11000 |
Color Harmonies of #196226
Complementary color
Monochromatic Colors of #196226
Black with #196226
Text Example
Text Example
White with #196226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196226; }
p { color: rgb(25,98,38); }
H1.HeaderClassName
{
color: #196226;
}
.AnyTagClassName
{
color: #196226;
}
</style>
background-color css
<style>
a { background-color: #196226; }
a { background-color: rgb(25,98,38); }
div.DivClassName
{
background-color: #196226;
}
.BgClassName
{
background-color: #196226;
}
</style>
border-color css
<style>
span { border-color: #196226; }
span { border-color: rgb(25,98,38); }
td.TdClassName
{
border-color: #196226;
}
.TagClassName
{
border-color: #196226;
}
</style>