Shades of Crusoe #146423
Tints of Crusoe #146423
RGB
CMYK
RGB Variations
Color information
#146423 (or 0x146423) is known color: Crusoe. HEX triplet: 14, 64 and 23. RGB value is (20,100,35). Sum of RGB (Red+Green+Blue) = 20+100+35=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 100 (39.45% from 255 or 64.52% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 100 - color contains mainly: green. Hex color #146423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146423 is #EB9BDC. Grayscale: #444444. Windows color (decimal): -15440861 or 2319380. OLE color: 2319380.
HSL color Cylindrical-coordinate representation of color #146423: hue angle of 131.25º 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 #146423 is Cyan = 0.8, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 35 | - |
| CMYK | 0.8 | 0 | 0.65 | 0.61 |
| HSL | 131.25º | 0.67% | 0.24% | - |
| HSV(B) | 131.25º | 0.8% | 0.39% | - |
| XYZ | 5.15 | 9.38 | 3.13 | - |
| YUV | 68.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 35 | 0.8 | 0 | 0.65 | 0.61 | 131.25 | 0.67 | 0.24 |
| Hex | 14 | 64 | 23 | 50 | 0 | 41 | 3D | 83 | 43 | 18 |
| Octal | 24 | 144 | 43 | 120 | 0 | 101 | 75 | 203 | 103 | 30 |
| Binary | 10100 | 1100100 | 100011 | 1010000 | 0 | 1000001 | 111101 | 10000011 | 1000011 | 11000 |
Color Harmonies of #146423
Complementary color
Monochromatic Colors of #146423
Black with #146423
Text Example
Text Example
White with #146423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146423; }
p { color: rgb(20,100,35); }
H1.HeaderClassName
{
color: #146423;
}
.AnyTagClassName
{
color: #146423;
}
</style>
background-color css
<style>
a { background-color: #146423; }
a { background-color: rgb(20,100,35); }
div.DivClassName
{
background-color: #146423;
}
.BgClassName
{
background-color: #146423;
}
</style>
border-color css
<style>
span { border-color: #146423; }
span { border-color: rgb(20,100,35); }
td.TdClassName
{
border-color: #146423;
}
.TagClassName
{
border-color: #146423;
}
</style>