Shades of Crusoe #195F2C
Tints of Crusoe #195F2C
RGB
CMYK
RGB Variations
Color information
#195F2C (or 0x195F2C) is known color: Crusoe. HEX triplet: 19, 5F and 2C. RGB value is (25,95,44). Sum of RGB (Red+Green+Blue) = 25+95+44=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 95 (37.5% from 255 or 57.93% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 95 - color contains mainly: green. Hex color #195F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195F2C is #E6A0D3. Grayscale: #444444. Windows color (decimal): -15114452 or 2907929. OLE color: 2907929.
HSL color Cylindrical-coordinate representation of color #195F2C: hue angle of 136.29º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195F2C is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 95 | 44 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.63 |
| HSL | 136.29º | 0.58% | 0.24% | - |
| HSV(B) | 136.29º | 0.74% | 0.37% | - |
| XYZ | 4.95 | 8.57 | 3.78 | - |
| YUV | 68.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 44 | 0.74 | 0 | 0.54 | 0.63 | 136.29 | 0.58 | 0.24 |
| Hex | 19 | 5F | 2C | 4A | 0 | 36 | 3F | 88 | 3A | 18 |
| Octal | 31 | 137 | 54 | 112 | 0 | 66 | 77 | 210 | 72 | 30 |
| Binary | 11001 | 1011111 | 101100 | 1001010 | 0 | 110110 | 111111 | 10001000 | 111010 | 11000 |
Color Harmonies of #195F2C
Complementary color
Monochromatic Colors of #195F2C
Black with #195F2C
Text Example
Text Example
White with #195F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195F2C; }
p { color: rgb(25,95,44); }
H1.HeaderClassName
{
color: #195F2C;
}
.AnyTagClassName
{
color: #195F2C;
}
</style>
background-color css
<style>
a { background-color: #195F2C; }
a { background-color: rgb(25,95,44); }
div.DivClassName
{
background-color: #195F2C;
}
.BgClassName
{
background-color: #195F2C;
}
</style>
border-color css
<style>
span { border-color: #195F2C; }
span { border-color: rgb(25,95,44); }
td.TdClassName
{
border-color: #195F2C;
}
.TagClassName
{
border-color: #195F2C;
}
</style>