Shades of Crusoe #196230
Tints of Crusoe #196230
RGB
CMYK
RGB Variations
Color information
#196230 (or 0x196230) is known color: Crusoe. HEX triplet: 19, 62 and 30. RGB value is (25,98,48). Sum of RGB (Red+Green+Blue) = 25+98+48=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #196230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196230 is #E69DCF. Grayscale: #464646. Windows color (decimal): -15113680 or 3170841. OLE color: 3170841.
HSL color Cylindrical-coordinate representation of color #196230: hue angle of 138.9º 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 #196230 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 48 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.62 |
| HSL | 138.9º | 0.59% | 0.24% | - |
| HSV(B) | 138.9º | 0.74% | 0.38% | - |
| XYZ | 5.3 | 9.16 | 4.28 | - |
| YUV | 70.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 48 | 0.74 | 0 | 0.51 | 0.62 | 138.9 | 0.59 | 0.24 |
| Hex | 19 | 62 | 30 | 4A | 0 | 33 | 3E | 8B | 3B | 18 |
| Octal | 31 | 142 | 60 | 112 | 0 | 63 | 76 | 213 | 73 | 30 |
| Binary | 11001 | 1100010 | 110000 | 1001010 | 0 | 110011 | 111110 | 10001011 | 111011 | 11000 |
Color Harmonies of #196230
Complementary color
Monochromatic Colors of #196230
Black with #196230
Text Example
Text Example
White with #196230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196230; }
p { color: rgb(25,98,48); }
H1.HeaderClassName
{
color: #196230;
}
.AnyTagClassName
{
color: #196230;
}
</style>
background-color css
<style>
a { background-color: #196230; }
a { background-color: rgb(25,98,48); }
div.DivClassName
{
background-color: #196230;
}
.BgClassName
{
background-color: #196230;
}
</style>
border-color css
<style>
span { border-color: #196230; }
span { border-color: rgb(25,98,48); }
td.TdClassName
{
border-color: #196230;
}
.TagClassName
{
border-color: #196230;
}
</style>