Shades of Crusoe #195124
Tints of Crusoe #195124
RGB
CMYK
RGB Variations
Color information
#195124 (or 0x195124) is known color: Crusoe. HEX triplet: 19, 51 and 24. RGB value is (25,81,36). Sum of RGB (Red+Green+Blue) = 25+81+36=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #195124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195124 is #E6AEDB. Grayscale: #3B3B3B. Windows color (decimal): -15118044 or 2380057. OLE color: 2380057.
HSL color Cylindrical-coordinate representation of color #195124: hue angle of 131.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195124 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 81 | 36 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.68 |
| HSL | 131.79º | 0.53% | 0.21% | - |
| HSV(B) | 131.79º | 0.69% | 0.32% | - |
| XYZ | 3.66 | 6.22 | 2.68 | - |
| YUV | 59.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 36 | 0.69 | 0 | 0.56 | 0.68 | 131.79 | 0.53 | 0.21 |
| Hex | 19 | 51 | 24 | 45 | 0 | 38 | 44 | 84 | 35 | 15 |
| Octal | 31 | 121 | 44 | 105 | 0 | 70 | 104 | 204 | 65 | 25 |
| Binary | 11001 | 1010001 | 100100 | 1000101 | 0 | 111000 | 1000100 | 10000100 | 110101 | 10101 |
Color Harmonies of #195124
Complementary color
Monochromatic Colors of #195124
Black with #195124
Text Example
Text Example
White with #195124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195124; }
p { color: rgb(25,81,36); }
H1.HeaderClassName
{
color: #195124;
}
.AnyTagClassName
{
color: #195124;
}
</style>
background-color css
<style>
a { background-color: #195124; }
a { background-color: rgb(25,81,36); }
div.DivClassName
{
background-color: #195124;
}
.BgClassName
{
background-color: #195124;
}
</style>
border-color css
<style>
span { border-color: #195124; }
span { border-color: rgb(25,81,36); }
td.TdClassName
{
border-color: #195124;
}
.TagClassName
{
border-color: #195124;
}
</style>