Shades of Crusoe #146620
Tints of Crusoe #146620
RGB
CMYK
RGB Variations
Color information
#146620 (or 0x146620) is known color: Crusoe. HEX triplet: 14, 66 and 20. RGB value is (20,102,32). Sum of RGB (Red+Green+Blue) = 20+102+32=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 102 (40.23% from 255 or 66.23% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 102 - color contains mainly: green. Hex color #146620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146620 is #EB99DF. Grayscale: #454545. Windows color (decimal): -15440352 or 2123284. OLE color: 2123284.
HSL color Cylindrical-coordinate representation of color #146620: hue angle of 128.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146620 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 102 | 32 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.6 |
| HSL | 128.78º | 0.67% | 0.24% | - |
| HSV(B) | 128.78º | 0.8% | 0.4% | - |
| XYZ | 5.3 | 9.76 | 2.97 | - |
| YUV | 69.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 32 | 0.80 | 0 | 0.69 | 0.6 | 128.78 | 0.67 | 0.24 |
| Hex | 14 | 66 | 20 | 50 | 0 | 45 | 3C | 81 | 43 | 18 |
| Octal | 24 | 146 | 40 | 120 | 0 | 105 | 74 | 201 | 103 | 30 |
| Binary | 10100 | 1100110 | 100000 | 1010000 | 0 | 1000101 | 111100 | 10000001 | 1000011 | 11000 |
Color Harmonies of #146620
Complementary color
Monochromatic Colors of #146620
Black with #146620
Text Example
Text Example
White with #146620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146620; }
p { color: rgb(20,102,32); }
H1.HeaderClassName
{
color: #146620;
}
.AnyTagClassName
{
color: #146620;
}
</style>
background-color css
<style>
a { background-color: #146620; }
a { background-color: rgb(20,102,32); }
div.DivClassName
{
background-color: #146620;
}
.BgClassName
{
background-color: #146620;
}
</style>
border-color css
<style>
span { border-color: #146620; }
span { border-color: rgb(20,102,32); }
td.TdClassName
{
border-color: #146620;
}
.TagClassName
{
border-color: #146620;
}
</style>