Shades of Crusoe #195B32
Tints of Crusoe #195B32
RGB
CMYK
RGB Variations
Color information
#195B32 (or 0x195B32) is known color: Crusoe. HEX triplet: 19, 5B and 32. RGB value is (25,91,50). Sum of RGB (Red+Green+Blue) = 25+91+50=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #195B32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195B32 is #E6A4CD. Grayscale: #424242. Windows color (decimal): -15115470 or 3300121. OLE color: 3300121.
HSL color Cylindrical-coordinate representation of color #195B32: hue angle of 142.73º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195B32 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 91 | 50 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.64 |
| HSL | 142.73º | 0.57% | 0.23% | - |
| HSV(B) | 142.73º | 0.73% | 0.36% | - |
| XYZ | 4.72 | 7.92 | 4.3 | - |
| YUV | 66.59 | 118.63 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 50 | 0.73 | 0 | 0.45 | 0.64 | 142.73 | 0.57 | 0.23 |
| Hex | 19 | 5B | 32 | 49 | 0 | 2D | 40 | 8F | 39 | 17 |
| Octal | 31 | 133 | 62 | 111 | 0 | 55 | 100 | 217 | 71 | 27 |
| Binary | 11001 | 1011011 | 110010 | 1001001 | 0 | 101101 | 1000000 | 10001111 | 111001 | 10111 |
Color Harmonies of #195B32
Complementary color
Monochromatic Colors of #195B32
Black with #195B32
Text Example
Text Example
White with #195B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195B32; }
p { color: rgb(25,91,50); }
H1.HeaderClassName
{
color: #195B32;
}
.AnyTagClassName
{
color: #195B32;
}
</style>
background-color css
<style>
a { background-color: #195B32; }
a { background-color: rgb(25,91,50); }
div.DivClassName
{
background-color: #195B32;
}
.BgClassName
{
background-color: #195B32;
}
</style>
border-color css
<style>
span { border-color: #195B32; }
span { border-color: rgb(25,91,50); }
td.TdClassName
{
border-color: #195B32;
}
.TagClassName
{
border-color: #195B32;
}
</style>