Shades of Crusoe #146131
Tints of Crusoe #146131
RGB
CMYK
RGB Variations
Color information
#146131 (or 0x146131) is known color: Crusoe. HEX triplet: 14, 61 and 31. RGB value is (20,97,49). Sum of RGB (Red+Green+Blue) = 20+97+49=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #146131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146131 is #EB9ECE. Grayscale: #444444. Windows color (decimal): -15441615 or 3236116. OLE color: 3236116.
HSL color Cylindrical-coordinate representation of color #146131: hue angle of 142.6º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146131 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 49 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.62 |
| HSL | 142.6º | 0.66% | 0.23% | - |
| HSV(B) | 142.6º | 0.79% | 0.38% | - |
| XYZ | 5.12 | 8.92 | 4.36 | - |
| YUV | 68.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 49 | 0.79 | 0 | 0.49 | 0.62 | 142.6 | 0.66 | 0.23 |
| Hex | 14 | 61 | 31 | 4F | 0 | 31 | 3E | 8F | 42 | 17 |
| Octal | 24 | 141 | 61 | 117 | 0 | 61 | 76 | 217 | 102 | 27 |
| Binary | 10100 | 1100001 | 110001 | 1001111 | 0 | 110001 | 111110 | 10001111 | 1000010 | 10111 |
Color Harmonies of #146131
Complementary color
Monochromatic Colors of #146131
Black with #146131
Text Example
Text Example
White with #146131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146131; }
p { color: rgb(20,97,49); }
H1.HeaderClassName
{
color: #146131;
}
.AnyTagClassName
{
color: #146131;
}
</style>
background-color css
<style>
a { background-color: #146131; }
a { background-color: rgb(20,97,49); }
div.DivClassName
{
background-color: #146131;
}
.BgClassName
{
background-color: #146131;
}
</style>
border-color css
<style>
span { border-color: #146131; }
span { border-color: rgb(20,97,49); }
td.TdClassName
{
border-color: #146131;
}
.TagClassName
{
border-color: #146131;
}
</style>