Shades of Crusoe #195634
Tints of Crusoe #195634
RGB
CMYK
RGB Variations
Color information
#195634 (or 0x195634) is known color: Crusoe. HEX triplet: 19, 56 and 34. RGB value is (25,86,52). Sum of RGB (Red+Green+Blue) = 25+86+52=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #195634 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195634 is #E6A9CB. Grayscale: #3F3F3F. Windows color (decimal): -15116748 or 3429913. OLE color: 3429913.
HSL color Cylindrical-coordinate representation of color #195634: hue angle of 146.56º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195634 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 86 | 52 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.66 |
| HSL | 146.56º | 0.55% | 0.22% | - |
| HSV(B) | 146.56º | 0.71% | 0.34% | - |
| XYZ | 4.35 | 7.11 | 4.39 | - |
| YUV | 63.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 52 | 0.71 | 0 | 0.40 | 0.66 | 146.56 | 0.55 | 0.22 |
| Hex | 19 | 56 | 34 | 47 | 0 | 28 | 42 | 93 | 37 | 16 |
| Octal | 31 | 126 | 64 | 107 | 0 | 50 | 102 | 223 | 67 | 26 |
| Binary | 11001 | 1010110 | 110100 | 1000111 | 0 | 101000 | 1000010 | 10010011 | 110111 | 10110 |
Color Harmonies of #195634
Complementary color
Monochromatic Colors of #195634
Black with #195634
Text Example
Text Example
White with #195634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195634; }
p { color: rgb(25,86,52); }
H1.HeaderClassName
{
color: #195634;
}
.AnyTagClassName
{
color: #195634;
}
</style>
background-color css
<style>
a { background-color: #195634; }
a { background-color: rgb(25,86,52); }
div.DivClassName
{
background-color: #195634;
}
.BgClassName
{
background-color: #195634;
}
</style>
border-color css
<style>
span { border-color: #195634; }
span { border-color: rgb(25,86,52); }
td.TdClassName
{
border-color: #195634;
}
.TagClassName
{
border-color: #195634;
}
</style>