Shades of Crusoe #195B2B
Tints of Crusoe #195B2B
RGB
CMYK
RGB Variations
Color information
#195B2B (or 0x195B2B) is known color: Crusoe. HEX triplet: 19, 5B and 2B. RGB value is (25,91,43). Sum of RGB (Red+Green+Blue) = 25+91+43=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 91 (35.94% from 255 or 57.23% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 91 - color contains mainly: green. Hex color #195B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195B2B is #E6A4D4. Grayscale: #414141. Windows color (decimal): -15115477 or 2841369. OLE color: 2841369.
HSL color Cylindrical-coordinate representation of color #195B2B: hue angle of 136.36º 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 #195B2B is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 91 | 43 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.64 |
| HSL | 136.36º | 0.57% | 0.23% | - |
| HSV(B) | 136.36º | 0.73% | 0.36% | - |
| XYZ | 4.58 | 7.86 | 3.56 | - |
| YUV | 65.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 43 | 0.73 | 0 | 0.53 | 0.64 | 136.36 | 0.57 | 0.23 |
| Hex | 19 | 5B | 2B | 49 | 0 | 35 | 40 | 88 | 39 | 17 |
| Octal | 31 | 133 | 53 | 111 | 0 | 65 | 100 | 210 | 71 | 27 |
| Binary | 11001 | 1011011 | 101011 | 1001001 | 0 | 110101 | 1000000 | 10001000 | 111001 | 10111 |
Color Harmonies of #195B2B
Complementary color
Monochromatic Colors of #195B2B
Black with #195B2B
Text Example
Text Example
White with #195B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195B2B; }
p { color: rgb(25,91,43); }
H1.HeaderClassName
{
color: #195B2B;
}
.AnyTagClassName
{
color: #195B2B;
}
</style>
background-color css
<style>
a { background-color: #195B2B; }
a { background-color: rgb(25,91,43); }
div.DivClassName
{
background-color: #195B2B;
}
.BgClassName
{
background-color: #195B2B;
}
</style>
border-color css
<style>
span { border-color: #195B2B; }
span { border-color: rgb(25,91,43); }
td.TdClassName
{
border-color: #195B2B;
}
.TagClassName
{
border-color: #195B2B;
}
</style>