Shades of Crusoe #146724
Tints of Crusoe #146724
RGB
CMYK
RGB Variations
Color information
#146724 (or 0x146724) is known color: Crusoe. HEX triplet: 14, 67 and 24. RGB value is (20,103,36). Sum of RGB (Red+Green+Blue) = 20+103+36=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 103 (40.62% from 255 or 64.78% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 103 - color contains mainly: green. Hex color #146724 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146724 is #EB98DB. Grayscale: #464646. Windows color (decimal): -15440092 or 2385684. OLE color: 2385684.
HSL color Cylindrical-coordinate representation of color #146724: hue angle of 131.57º 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 #146724 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 103 | 36 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.60 |
| HSL | 131.57º | 0.67% | 0.24% | - |
| HSV(B) | 131.57º | 0.81% | 0.4% | - |
| XYZ | 5.46 | 9.98 | 3.31 | - |
| YUV | 70.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 36 | 0.81 | 0 | 0.65 | 0.60 | 131.57 | 0.67 | 0.24 |
| Hex | 14 | 67 | 24 | 51 | 0 | 41 | 3C | 84 | 43 | 18 |
| Octal | 24 | 147 | 44 | 121 | 0 | 101 | 74 | 204 | 103 | 30 |
| Binary | 10100 | 1100111 | 100100 | 1010001 | 0 | 1000001 | 111100 | 10000100 | 1000011 | 11000 |
Color Harmonies of #146724
Complementary color
Monochromatic Colors of #146724
Black with #146724
Text Example
Text Example
White with #146724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146724; }
p { color: rgb(20,103,36); }
H1.HeaderClassName
{
color: #146724;
}
.AnyTagClassName
{
color: #146724;
}
</style>
background-color css
<style>
a { background-color: #146724; }
a { background-color: rgb(20,103,36); }
div.DivClassName
{
background-color: #146724;
}
.BgClassName
{
background-color: #146724;
}
</style>
border-color css
<style>
span { border-color: #146724; }
span { border-color: rgb(20,103,36); }
td.TdClassName
{
border-color: #146724;
}
.TagClassName
{
border-color: #146724;
}
</style>