Shades of Crusoe #195232
Tints of Crusoe #195232
RGB
CMYK
RGB Variations
Color information
#195232 (or 0x195232) is known color: Crusoe. HEX triplet: 19, 52 and 32. RGB value is (25,82,50). Sum of RGB (Red+Green+Blue) = 25+82+50=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #195232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195232 is #E6ADCD. Grayscale: #3D3D3D. Windows color (decimal): -15117774 or 3297817. OLE color: 3297817.
HSL color Cylindrical-coordinate representation of color #195232: hue angle of 146.32º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195232 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 50 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.68 |
| HSL | 146.32º | 0.53% | 0.21% | - |
| HSV(B) | 146.32º | 0.7% | 0.32% | - |
| XYZ | 3.99 | 6.47 | 4.06 | - |
| YUV | 61.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 50 | 0.70 | 0 | 0.39 | 0.68 | 146.32 | 0.53 | 0.21 |
| Hex | 19 | 52 | 32 | 46 | 0 | 27 | 44 | 92 | 35 | 15 |
| Octal | 31 | 122 | 62 | 106 | 0 | 47 | 104 | 222 | 65 | 25 |
| Binary | 11001 | 1010010 | 110010 | 1000110 | 0 | 100111 | 1000100 | 10010010 | 110101 | 10101 |
Color Harmonies of #195232
Complementary color
Monochromatic Colors of #195232
Black with #195232
Text Example
Text Example
White with #195232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195232; }
p { color: rgb(25,82,50); }
H1.HeaderClassName
{
color: #195232;
}
.AnyTagClassName
{
color: #195232;
}
</style>
background-color css
<style>
a { background-color: #195232; }
a { background-color: rgb(25,82,50); }
div.DivClassName
{
background-color: #195232;
}
.BgClassName
{
background-color: #195232;
}
</style>
border-color css
<style>
span { border-color: #195232; }
span { border-color: rgb(25,82,50); }
td.TdClassName
{
border-color: #195232;
}
.TagClassName
{
border-color: #195232;
}
</style>