Shades of Crusoe #145626
Tints of Crusoe #145626
RGB
CMYK
RGB Variations
Color information
#145626 (or 0x145626) is known color: Crusoe. HEX triplet: 14, 56 and 26. RGB value is (20,86,38). Sum of RGB (Red+Green+Blue) = 20+86+38=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #145626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145626 is #EBA9D9. Grayscale: #3C3C3C. Windows color (decimal): -15444442 or 2512404. OLE color: 2512404.
HSL color Cylindrical-coordinate representation of color #145626: hue angle of 136.36º 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 #145626 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 86 | 38 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.66 |
| HSL | 136.36º | 0.62% | 0.21% | - |
| HSV(B) | 136.36º | 0.77% | 0.34% | - |
| XYZ | 3.97 | 6.94 | 2.97 | - |
| YUV | 60.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 38 | 0.77 | 0 | 0.56 | 0.66 | 136.36 | 0.62 | 0.21 |
| Hex | 14 | 56 | 26 | 4D | 0 | 38 | 42 | 88 | 3E | 15 |
| Octal | 24 | 126 | 46 | 115 | 0 | 70 | 102 | 210 | 76 | 25 |
| Binary | 10100 | 1010110 | 100110 | 1001101 | 0 | 111000 | 1000010 | 10001000 | 111110 | 10101 |
Color Harmonies of #145626
Complementary color
Monochromatic Colors of #145626
Black with #145626
Text Example
Text Example
White with #145626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145626; }
p { color: rgb(20,86,38); }
H1.HeaderClassName
{
color: #145626;
}
.AnyTagClassName
{
color: #145626;
}
</style>
background-color css
<style>
a { background-color: #145626; }
a { background-color: rgb(20,86,38); }
div.DivClassName
{
background-color: #145626;
}
.BgClassName
{
background-color: #145626;
}
</style>
border-color css
<style>
span { border-color: #145626; }
span { border-color: rgb(20,86,38); }
td.TdClassName
{
border-color: #145626;
}
.TagClassName
{
border-color: #145626;
}
</style>