Shades of Crusoe #146731
Tints of Crusoe #146731
RGB
CMYK
RGB Variations
Color information
#146731 (or 0x146731) is known color: Crusoe. HEX triplet: 14, 67 and 31. RGB value is (20,103,49). Sum of RGB (Red+Green+Blue) = 20+103+49=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #146731 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146731 is #EB98CE. Grayscale: #484848. Windows color (decimal): -15440079 or 3237652. OLE color: 3237652.
HSL color Cylindrical-coordinate representation of color #146731: hue angle of 140.96º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146731 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 103 | 49 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.60 |
| HSL | 140.96º | 0.67% | 0.24% | - |
| HSV(B) | 140.96º | 0.81% | 0.4% | - |
| XYZ | 5.69 | 10.07 | 4.55 | - |
| YUV | 72.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 49 | 0.81 | 0 | 0.52 | 0.60 | 140.96 | 0.67 | 0.24 |
| Hex | 14 | 67 | 31 | 51 | 0 | 34 | 3C | 8D | 43 | 18 |
| Octal | 24 | 147 | 61 | 121 | 0 | 64 | 74 | 215 | 103 | 30 |
| Binary | 10100 | 1100111 | 110001 | 1010001 | 0 | 110100 | 111100 | 10001101 | 1000011 | 11000 |
Color Harmonies of #146731
Complementary color
Monochromatic Colors of #146731
Black with #146731
Text Example
Text Example
White with #146731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146731; }
p { color: rgb(20,103,49); }
H1.HeaderClassName
{
color: #146731;
}
.AnyTagClassName
{
color: #146731;
}
</style>
background-color css
<style>
a { background-color: #146731; }
a { background-color: rgb(20,103,49); }
div.DivClassName
{
background-color: #146731;
}
.BgClassName
{
background-color: #146731;
}
</style>
border-color css
<style>
span { border-color: #146731; }
span { border-color: rgb(20,103,49); }
td.TdClassName
{
border-color: #146731;
}
.TagClassName
{
border-color: #146731;
}
</style>