Shades of Crusoe #194E2B
Tints of Crusoe #194E2B
RGB
CMYK
RGB Variations
Color information
#194E2B (or 0x194E2B) is known color: Crusoe. HEX triplet: 19, 4E and 2B. RGB value is (25,78,43). Sum of RGB (Red+Green+Blue) = 25+78+43=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #194E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194E2B is #E6B1D4. Grayscale: #3A3A3A. Windows color (decimal): -15118805 or 2838041. OLE color: 2838041.
HSL color Cylindrical-coordinate representation of color #194E2B: hue angle of 140.38º 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 #194E2B is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 78 | 43 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.69 |
| HSL | 140.38º | 0.51% | 0.2% | - |
| HSV(B) | 140.38º | 0.68% | 0.31% | - |
| XYZ | 3.56 | 5.83 | 3.22 | - |
| YUV | 58.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 43 | 0.68 | 0 | 0.45 | 0.69 | 140.38 | 0.51 | 0.2 |
| Hex | 19 | 4E | 2B | 44 | 0 | 2D | 45 | 8C | 33 | 14 |
| Octal | 31 | 116 | 53 | 104 | 0 | 55 | 105 | 214 | 63 | 24 |
| Binary | 11001 | 1001110 | 101011 | 1000100 | 0 | 101101 | 1000101 | 10001100 | 110011 | 10100 |
Color Harmonies of #194E2B
Complementary color
Monochromatic Colors of #194E2B
Black with #194E2B
Text Example
Text Example
White with #194E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E2B; }
p { color: rgb(25,78,43); }
H1.HeaderClassName
{
color: #194E2B;
}
.AnyTagClassName
{
color: #194E2B;
}
</style>
background-color css
<style>
a { background-color: #194E2B; }
a { background-color: rgb(25,78,43); }
div.DivClassName
{
background-color: #194E2B;
}
.BgClassName
{
background-color: #194E2B;
}
</style>
border-color css
<style>
span { border-color: #194E2B; }
span { border-color: rgb(25,78,43); }
td.TdClassName
{
border-color: #194E2B;
}
.TagClassName
{
border-color: #194E2B;
}
</style>