Shades of Crusoe #196223
Tints of Crusoe #196223
RGB
CMYK
RGB Variations
Color information
#196223 (or 0x196223) is known color: Crusoe. HEX triplet: 19, 62 and 23. RGB value is (25,98,35). Sum of RGB (Red+Green+Blue) = 25+98+35=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 98 (38.67% from 255 or 62.03% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 98 - color contains mainly: green. Hex color #196223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196223 is #E69DDC. Grayscale: #454545. Windows color (decimal): -15113693 or 2318873. OLE color: 2318873.
HSL color Cylindrical-coordinate representation of color #196223: hue angle of 128.22º 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 #196223 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 35 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.62 |
| HSL | 128.22º | 0.59% | 0.24% | - |
| HSV(B) | 128.22º | 0.74% | 0.38% | - |
| XYZ | 5.07 | 9.06 | 3.07 | - |
| YUV | 68.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 35 | 0.74 | 0 | 0.64 | 0.62 | 128.22 | 0.59 | 0.24 |
| Hex | 19 | 62 | 23 | 4A | 0 | 40 | 3E | 80 | 3B | 18 |
| Octal | 31 | 142 | 43 | 112 | 0 | 100 | 76 | 200 | 73 | 30 |
| Binary | 11001 | 1100010 | 100011 | 1001010 | 0 | 1000000 | 111110 | 10000000 | 111011 | 11000 |
Color Harmonies of #196223
Complementary color
Monochromatic Colors of #196223
Black with #196223
Text Example
Text Example
White with #196223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196223; }
p { color: rgb(25,98,35); }
H1.HeaderClassName
{
color: #196223;
}
.AnyTagClassName
{
color: #196223;
}
</style>
background-color css
<style>
a { background-color: #196223; }
a { background-color: rgb(25,98,35); }
div.DivClassName
{
background-color: #196223;
}
.BgClassName
{
background-color: #196223;
}
</style>
border-color css
<style>
span { border-color: #196223; }
span { border-color: rgb(25,98,35); }
td.TdClassName
{
border-color: #196223;
}
.TagClassName
{
border-color: #196223;
}
</style>