Shades of Crusoe #194F26
Tints of Crusoe #194F26
RGB
CMYK
RGB Variations
Color information
#194F26 (or 0x194F26) is known color: Crusoe. HEX triplet: 19, 4F and 26. RGB value is (25,79,38). Sum of RGB (Red+Green+Blue) = 25+79+38=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 79 (31.25% from 255 or 55.63% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 79 - color contains mainly: green. Hex color #194F26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F26 is #E6B0D9. Grayscale: #3A3A3A. Windows color (decimal): -15118554 or 2510617. OLE color: 2510617.
HSL color Cylindrical-coordinate representation of color #194F26: hue angle of 134.44º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194F26 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 79 | 38 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.69 |
| HSL | 134.44º | 0.52% | 0.2% | - |
| HSV(B) | 134.44º | 0.68% | 0.31% | - |
| XYZ | 3.55 | 5.94 | 2.79 | - |
| YUV | 58.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 38 | 0.68 | 0 | 0.52 | 0.69 | 134.44 | 0.52 | 0.2 |
| Hex | 19 | 4F | 26 | 44 | 0 | 34 | 45 | 86 | 34 | 14 |
| Octal | 31 | 117 | 46 | 104 | 0 | 64 | 105 | 206 | 64 | 24 |
| Binary | 11001 | 1001111 | 100110 | 1000100 | 0 | 110100 | 1000101 | 10000110 | 110100 | 10100 |
Color Harmonies of #194F26
Complementary color
Monochromatic Colors of #194F26
Black with #194F26
Text Example
Text Example
White with #194F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F26; }
p { color: rgb(25,79,38); }
H1.HeaderClassName
{
color: #194F26;
}
.AnyTagClassName
{
color: #194F26;
}
</style>
background-color css
<style>
a { background-color: #194F26; }
a { background-color: rgb(25,79,38); }
div.DivClassName
{
background-color: #194F26;
}
.BgClassName
{
background-color: #194F26;
}
</style>
border-color css
<style>
span { border-color: #194F26; }
span { border-color: rgb(25,79,38); }
td.TdClassName
{
border-color: #194F26;
}
.TagClassName
{
border-color: #194F26;
}
</style>