Shades of Crusoe #195F25
Tints of Crusoe #195F25
RGB
CMYK
RGB Variations
Color information
#195F25 (or 0x195F25) is known color: Crusoe. HEX triplet: 19, 5F and 25. RGB value is (25,95,37). Sum of RGB (Red+Green+Blue) = 25+95+37=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 95 (37.5% from 255 or 60.51% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 95 - color contains mainly: green. Hex color #195F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195F25 is #E6A0DA. Grayscale: #434343. Windows color (decimal): -15114459 or 2449177. OLE color: 2449177.
HSL color Cylindrical-coordinate representation of color #195F25: hue angle of 130.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 #195F25 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 95 | 37 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.63 |
| HSL | 130.29º | 0.58% | 0.24% | - |
| HSV(B) | 130.29º | 0.74% | 0.37% | - |
| XYZ | 4.83 | 8.52 | 3.14 | - |
| YUV | 67.46 | 110.81 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 37 | 0.74 | 0 | 0.61 | 0.63 | 130.29 | 0.58 | 0.24 |
| Hex | 19 | 5F | 25 | 4A | 0 | 3D | 3F | 82 | 3A | 18 |
| Octal | 31 | 137 | 45 | 112 | 0 | 75 | 77 | 202 | 72 | 30 |
| Binary | 11001 | 1011111 | 100101 | 1001010 | 0 | 111101 | 111111 | 10000010 | 111010 | 11000 |
Color Harmonies of #195F25
Complementary color
Monochromatic Colors of #195F25
Black with #195F25
Text Example
Text Example
White with #195F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195F25; }
p { color: rgb(25,95,37); }
H1.HeaderClassName
{
color: #195F25;
}
.AnyTagClassName
{
color: #195F25;
}
</style>
background-color css
<style>
a { background-color: #195F25; }
a { background-color: rgb(25,95,37); }
div.DivClassName
{
background-color: #195F25;
}
.BgClassName
{
background-color: #195F25;
}
</style>
border-color css
<style>
span { border-color: #195F25; }
span { border-color: rgb(25,95,37); }
td.TdClassName
{
border-color: #195F25;
}
.TagClassName
{
border-color: #195F25;
}
</style>