Shades of Crusoe #195C20
Tints of Crusoe #195C20
RGB
CMYK
RGB Variations
Color information
#195C20 (or 0x195C20) is known color: Crusoe. HEX triplet: 19, 5C and 20. RGB value is (25,92,32). Sum of RGB (Red+Green+Blue) = 25+92+32=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 92 (36.33% from 255 or 61.74% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 92 - color contains mainly: green. Hex color #195C20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195C20 is #E6A3DF. Grayscale: #414141. Windows color (decimal): -15115232 or 2120729. OLE color: 2120729.
HSL color Cylindrical-coordinate representation of color #195C20: hue angle of 126.27º 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 #195C20 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 92 | 32 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.64 |
| HSL | 126.27º | 0.57% | 0.23% | - |
| HSV(B) | 126.27º | 0.73% | 0.36% | - |
| XYZ | 4.49 | 7.97 | 2.67 | - |
| YUV | 65.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 32 | 0.73 | 0 | 0.65 | 0.64 | 126.27 | 0.57 | 0.23 |
| Hex | 19 | 5C | 20 | 49 | 0 | 41 | 40 | 7E | 39 | 17 |
| Octal | 31 | 134 | 40 | 111 | 0 | 101 | 100 | 176 | 71 | 27 |
| Binary | 11001 | 1011100 | 100000 | 1001001 | 0 | 1000001 | 1000000 | 1111110 | 111001 | 10111 |
Color Harmonies of #195C20
Complementary color
Monochromatic Colors of #195C20
Black with #195C20
Text Example
Text Example
White with #195C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195C20; }
p { color: rgb(25,92,32); }
H1.HeaderClassName
{
color: #195C20;
}
.AnyTagClassName
{
color: #195C20;
}
</style>
background-color css
<style>
a { background-color: #195C20; }
a { background-color: rgb(25,92,32); }
div.DivClassName
{
background-color: #195C20;
}
.BgClassName
{
background-color: #195C20;
}
</style>
border-color css
<style>
span { border-color: #195C20; }
span { border-color: rgb(25,92,32); }
td.TdClassName
{
border-color: #195C20;
}
.TagClassName
{
border-color: #195C20;
}
</style>