Shades of Crusoe #196234
Tints of Crusoe #196234
RGB
CMYK
RGB Variations
Color information
#196234 (or 0x196234) is known color: Crusoe. HEX triplet: 19, 62 and 34. RGB value is (25,98,52). Sum of RGB (Red+Green+Blue) = 25+98+52=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #196234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196234 is #E69DCB. Grayscale: #474747. Windows color (decimal): -15113676 or 3432985. OLE color: 3432985.
HSL color Cylindrical-coordinate representation of color #196234: hue angle of 142.19º 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 #196234 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 52 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.62 |
| HSL | 142.19º | 0.59% | 0.24% | - |
| HSV(B) | 142.19º | 0.74% | 0.38% | - |
| XYZ | 5.39 | 9.19 | 4.74 | - |
| YUV | 70.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 52 | 0.74 | 0 | 0.47 | 0.62 | 142.19 | 0.59 | 0.24 |
| Hex | 19 | 62 | 34 | 4A | 0 | 2F | 3E | 8E | 3B | 18 |
| Octal | 31 | 142 | 64 | 112 | 0 | 57 | 76 | 216 | 73 | 30 |
| Binary | 11001 | 1100010 | 110100 | 1001010 | 0 | 101111 | 111110 | 10001110 | 111011 | 11000 |
Color Harmonies of #196234
Complementary color
Monochromatic Colors of #196234
Black with #196234
Text Example
Text Example
White with #196234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196234; }
p { color: rgb(25,98,52); }
H1.HeaderClassName
{
color: #196234;
}
.AnyTagClassName
{
color: #196234;
}
</style>
background-color css
<style>
a { background-color: #196234; }
a { background-color: rgb(25,98,52); }
div.DivClassName
{
background-color: #196234;
}
.BgClassName
{
background-color: #196234;
}
</style>
border-color css
<style>
span { border-color: #196234; }
span { border-color: rgb(25,98,52); }
td.TdClassName
{
border-color: #196234;
}
.TagClassName
{
border-color: #196234;
}
</style>