Shades of Crusoe #196129
Tints of Crusoe #196129
RGB
CMYK
RGB Variations
Color information
#196129 (or 0x196129) is known color: Crusoe. HEX triplet: 19, 61 and 29. RGB value is (25,97,41). Sum of RGB (Red+Green+Blue) = 25+97+41=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #196129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196129 is #E69ED6. Grayscale: #454545. Windows color (decimal): -15113943 or 2711833. OLE color: 2711833.
HSL color Cylindrical-coordinate representation of color #196129: hue angle of 133.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 #196129 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 97 | 41 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.62 |
| HSL | 133.33º | 0.59% | 0.24% | - |
| HSV(B) | 133.33º | 0.74% | 0.38% | - |
| XYZ | 5.08 | 8.92 | 3.55 | - |
| YUV | 69.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 41 | 0.74 | 0 | 0.58 | 0.62 | 133.33 | 0.59 | 0.24 |
| Hex | 19 | 61 | 29 | 4A | 0 | 3A | 3E | 85 | 3B | 18 |
| Octal | 31 | 141 | 51 | 112 | 0 | 72 | 76 | 205 | 73 | 30 |
| Binary | 11001 | 1100001 | 101001 | 1001010 | 0 | 111010 | 111110 | 10000101 | 111011 | 11000 |
Color Harmonies of #196129
Complementary color
Monochromatic Colors of #196129
Black with #196129
Text Example
Text Example
White with #196129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196129; }
p { color: rgb(25,97,41); }
H1.HeaderClassName
{
color: #196129;
}
.AnyTagClassName
{
color: #196129;
}
</style>
background-color css
<style>
a { background-color: #196129; }
a { background-color: rgb(25,97,41); }
div.DivClassName
{
background-color: #196129;
}
.BgClassName
{
background-color: #196129;
}
</style>
border-color css
<style>
span { border-color: #196129; }
span { border-color: rgb(25,97,41); }
td.TdClassName
{
border-color: #196129;
}
.TagClassName
{
border-color: #196129;
}
</style>