Shades of Crusoe #196336
Tints of Crusoe #196336
RGB
CMYK
RGB Variations
Color information
#196336 (or 0x196336) is known color: Crusoe. HEX triplet: 19, 63 and 36. RGB value is (25,99,54). Sum of RGB (Red+Green+Blue) = 25+99+54=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 99 (39.06% from 255 or 55.62% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 99 - color contains mainly: green. Hex color #196336 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196336 is #E69CC9. Grayscale: #474747. Windows color (decimal): -15113418 or 3564313. OLE color: 3564313.
HSL color Cylindrical-coordinate representation of color #196336: hue angle of 143.51º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196336 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 54 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.61 |
| HSL | 143.51º | 0.6% | 0.24% | - |
| HSV(B) | 143.51º | 0.75% | 0.39% | - |
| XYZ | 5.53 | 9.4 | 5.01 | - |
| YUV | 71.74 | 117.98 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 54 | 0.75 | 0 | 0.45 | 0.61 | 143.51 | 0.6 | 0.24 |
| Hex | 19 | 63 | 36 | 4B | 0 | 2D | 3D | 90 | 3C | 18 |
| Octal | 31 | 143 | 66 | 113 | 0 | 55 | 75 | 220 | 74 | 30 |
| Binary | 11001 | 1100011 | 110110 | 1001011 | 0 | 101101 | 111101 | 10010000 | 111100 | 11000 |
Color Harmonies of #196336
Complementary color
Monochromatic Colors of #196336
Black with #196336
Text Example
Text Example
White with #196336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196336; }
p { color: rgb(25,99,54); }
H1.HeaderClassName
{
color: #196336;
}
.AnyTagClassName
{
color: #196336;
}
</style>
background-color css
<style>
a { background-color: #196336; }
a { background-color: rgb(25,99,54); }
div.DivClassName
{
background-color: #196336;
}
.BgClassName
{
background-color: #196336;
}
</style>
border-color css
<style>
span { border-color: #196336; }
span { border-color: rgb(25,99,54); }
td.TdClassName
{
border-color: #196336;
}
.TagClassName
{
border-color: #196336;
}
</style>