Shades of Crusoe #194E24
Tints of Crusoe #194E24
RGB
CMYK
RGB Variations
Color information
#194E24 (or 0x194E24) is known color: Crusoe. HEX triplet: 19, 4E and 24. RGB value is (25,78,36). Sum of RGB (Red+Green+Blue) = 25+78+36=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 78 (30.86% from 255 or 56.12% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 78 - color contains mainly: green. Hex color #194E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194E24 is #E6B1DB. Grayscale: #393939. Windows color (decimal): -15118812 or 2379289. OLE color: 2379289.
HSL color Cylindrical-coordinate representation of color #194E24: hue angle of 132.45º degrees, saturation: 0.51, 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 #194E24 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 78 | 36 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.69 |
| HSL | 132.45º | 0.51% | 0.2% | - |
| HSV(B) | 132.45º | 0.68% | 0.31% | - |
| XYZ | 3.44 | 5.78 | 2.6 | - |
| YUV | 57.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 36 | 0.68 | 0 | 0.54 | 0.69 | 132.45 | 0.51 | 0.2 |
| Hex | 19 | 4E | 24 | 44 | 0 | 36 | 45 | 84 | 33 | 14 |
| Octal | 31 | 116 | 44 | 104 | 0 | 66 | 105 | 204 | 63 | 24 |
| Binary | 11001 | 1001110 | 100100 | 1000100 | 0 | 110110 | 1000101 | 10000100 | 110011 | 10100 |
Color Harmonies of #194E24
Complementary color
Monochromatic Colors of #194E24
Black with #194E24
Text Example
Text Example
White with #194E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E24; }
p { color: rgb(25,78,36); }
H1.HeaderClassName
{
color: #194E24;
}
.AnyTagClassName
{
color: #194E24;
}
</style>
background-color css
<style>
a { background-color: #194E24; }
a { background-color: rgb(25,78,36); }
div.DivClassName
{
background-color: #194E24;
}
.BgClassName
{
background-color: #194E24;
}
</style>
border-color css
<style>
span { border-color: #194E24; }
span { border-color: rgb(25,78,36); }
td.TdClassName
{
border-color: #194E24;
}
.TagClassName
{
border-color: #194E24;
}
</style>