Shades of Crusoe #145620
Tints of Crusoe #145620
RGB
CMYK
RGB Variations
Color information
#145620 (or 0x145620) is known color: Crusoe. HEX triplet: 14, 56 and 20. RGB value is (20,86,32). Sum of RGB (Red+Green+Blue) = 20+86+32=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #145620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145620 is #EBA9DF. Grayscale: #3C3C3C. Windows color (decimal): -15444448 or 2119188. OLE color: 2119188.
HSL color Cylindrical-coordinate representation of color #145620: hue angle of 130.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145620 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 86 | 32 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.66 |
| HSL | 130.91º | 0.62% | 0.21% | - |
| HSV(B) | 130.91º | 0.77% | 0.34% | - |
| XYZ | 3.88 | 6.91 | 2.5 | - |
| YUV | 60.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 32 | 0.77 | 0 | 0.63 | 0.66 | 130.91 | 0.62 | 0.21 |
| Hex | 14 | 56 | 20 | 4D | 0 | 3F | 42 | 83 | 3E | 15 |
| Octal | 24 | 126 | 40 | 115 | 0 | 77 | 102 | 203 | 76 | 25 |
| Binary | 10100 | 1010110 | 100000 | 1001101 | 0 | 111111 | 1000010 | 10000011 | 111110 | 10101 |
Color Harmonies of #145620
Complementary color
Monochromatic Colors of #145620
Black with #145620
Text Example
Text Example
White with #145620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145620; }
p { color: rgb(20,86,32); }
H1.HeaderClassName
{
color: #145620;
}
.AnyTagClassName
{
color: #145620;
}
</style>
background-color css
<style>
a { background-color: #145620; }
a { background-color: rgb(20,86,32); }
div.DivClassName
{
background-color: #145620;
}
.BgClassName
{
background-color: #145620;
}
</style>
border-color css
<style>
span { border-color: #145620; }
span { border-color: rgb(20,86,32); }
td.TdClassName
{
border-color: #145620;
}
.TagClassName
{
border-color: #145620;
}
</style>