Shades of Crusoe #146420
Tints of Crusoe #146420
RGB
CMYK
RGB Variations
Color information
#146420 (or 0x146420) is known color: Crusoe. HEX triplet: 14, 64 and 20. RGB value is (20,100,32). Sum of RGB (Red+Green+Blue) = 20+100+32=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 100 (39.45% from 255 or 65.79% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 100 - color contains mainly: green. Hex color #146420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146420 is #EB9BDF. Grayscale: #444444. Windows color (decimal): -15440864 or 2122772. OLE color: 2122772.
HSL color Cylindrical-coordinate representation of color #146420: hue angle of 129º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146420 is Cyan = 0.8, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 32 | - |
| CMYK | 0.8 | 0 | 0.68 | 0.61 |
| HSL | 129º | 0.67% | 0.24% | - |
| HSV(B) | 129º | 0.8% | 0.39% | - |
| XYZ | 5.11 | 9.37 | 2.91 | - |
| YUV | 68.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 32 | 0.8 | 0 | 0.68 | 0.61 | 129 | 0.67 | 0.24 |
| Hex | 14 | 64 | 20 | 50 | 0 | 44 | 3D | 81 | 43 | 18 |
| Octal | 24 | 144 | 40 | 120 | 0 | 104 | 75 | 201 | 103 | 30 |
| Binary | 10100 | 1100100 | 100000 | 1010000 | 0 | 1000100 | 111101 | 10000001 | 1000011 | 11000 |
Color Harmonies of #146420
Complementary color
Monochromatic Colors of #146420
Black with #146420
Text Example
Text Example
White with #146420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146420; }
p { color: rgb(20,100,32); }
H1.HeaderClassName
{
color: #146420;
}
.AnyTagClassName
{
color: #146420;
}
</style>
background-color css
<style>
a { background-color: #146420; }
a { background-color: rgb(20,100,32); }
div.DivClassName
{
background-color: #146420;
}
.BgClassName
{
background-color: #146420;
}
</style>
border-color css
<style>
span { border-color: #146420; }
span { border-color: rgb(20,100,32); }
td.TdClassName
{
border-color: #146420;
}
.TagClassName
{
border-color: #146420;
}
</style>