Shades of Crusoe #195522
Tints of Crusoe #195522
RGB
CMYK
RGB Variations
Color information
#195522 (or 0x195522) is known color: Crusoe. HEX triplet: 19, 55 and 22. RGB value is (25,85,34). Sum of RGB (Red+Green+Blue) = 25+85+34=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #195522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195522 is #E6AADD. Grayscale: #3D3D3D. Windows color (decimal): -15117022 or 2250009. OLE color: 2250009.
HSL color Cylindrical-coordinate representation of color #195522: hue angle of 129º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195522 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 85 | 34 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.67 |
| HSL | 129º | 0.55% | 0.22% | - |
| HSV(B) | 129º | 0.71% | 0.33% | - |
| XYZ | 3.94 | 6.82 | 2.62 | - |
| YUV | 61.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 34 | 0.71 | 0 | 0.60 | 0.67 | 129 | 0.55 | 0.22 |
| Hex | 19 | 55 | 22 | 47 | 0 | 3C | 43 | 81 | 37 | 16 |
| Octal | 31 | 125 | 42 | 107 | 0 | 74 | 103 | 201 | 67 | 26 |
| Binary | 11001 | 1010101 | 100010 | 1000111 | 0 | 111100 | 1000011 | 10000001 | 110111 | 10110 |
Color Harmonies of #195522
Complementary color
Monochromatic Colors of #195522
Black with #195522
Text Example
Text Example
White with #195522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195522; }
p { color: rgb(25,85,34); }
H1.HeaderClassName
{
color: #195522;
}
.AnyTagClassName
{
color: #195522;
}
</style>
background-color css
<style>
a { background-color: #195522; }
a { background-color: rgb(25,85,34); }
div.DivClassName
{
background-color: #195522;
}
.BgClassName
{
background-color: #195522;
}
</style>
border-color css
<style>
span { border-color: #195522; }
span { border-color: rgb(25,85,34); }
td.TdClassName
{
border-color: #195522;
}
.TagClassName
{
border-color: #195522;
}
</style>