Shades of Crusoe #196228
Tints of Crusoe #196228
RGB
CMYK
RGB Variations
Color information
#196228 (or 0x196228) is known color: Crusoe. HEX triplet: 19, 62 and 28. RGB value is (25,98,40). Sum of RGB (Red+Green+Blue) = 25+98+40=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #196228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196228 is #E69DD7. Grayscale: #454545. Windows color (decimal): -15113688 or 2646553. OLE color: 2646553.
HSL color Cylindrical-coordinate representation of color #196228: hue angle of 132.33º 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 #196228 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 40 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.62 |
| HSL | 132.33º | 0.59% | 0.24% | - |
| HSV(B) | 132.33º | 0.74% | 0.38% | - |
| XYZ | 5.15 | 9.1 | 3.49 | - |
| YUV | 69.56 | 111.32 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 40 | 0.74 | 0 | 0.59 | 0.62 | 132.33 | 0.59 | 0.24 |
| Hex | 19 | 62 | 28 | 4A | 0 | 3B | 3E | 84 | 3B | 18 |
| Octal | 31 | 142 | 50 | 112 | 0 | 73 | 76 | 204 | 73 | 30 |
| Binary | 11001 | 1100010 | 101000 | 1001010 | 0 | 111011 | 111110 | 10000100 | 111011 | 11000 |
Color Harmonies of #196228
Complementary color
Monochromatic Colors of #196228
Black with #196228
Text Example
Text Example
White with #196228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196228; }
p { color: rgb(25,98,40); }
H1.HeaderClassName
{
color: #196228;
}
.AnyTagClassName
{
color: #196228;
}
</style>
background-color css
<style>
a { background-color: #196228; }
a { background-color: rgb(25,98,40); }
div.DivClassName
{
background-color: #196228;
}
.BgClassName
{
background-color: #196228;
}
</style>
border-color css
<style>
span { border-color: #196228; }
span { border-color: rgb(25,98,40); }
td.TdClassName
{
border-color: #196228;
}
.TagClassName
{
border-color: #196228;
}
</style>