Shades of Crusoe #145629
Tints of Crusoe #145629
RGB
CMYK
RGB Variations
Color information
#145629 (or 0x145629) is known color: Crusoe. HEX triplet: 14, 56 and 29. RGB value is (20,86,41). Sum of RGB (Red+Green+Blue) = 20+86+41=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #145629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145629 is #EBA9D6. Grayscale: #3D3D3D. Windows color (decimal): -15444439 or 2709012. OLE color: 2709012.
HSL color Cylindrical-coordinate representation of color #145629: hue angle of 139.09º 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 #145629 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 86 | 41 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.66 |
| HSL | 139.09º | 0.62% | 0.21% | - |
| HSV(B) | 139.09º | 0.77% | 0.34% | - |
| XYZ | 4.02 | 6.96 | 3.23 | - |
| YUV | 61.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 41 | 0.77 | 0 | 0.52 | 0.66 | 139.09 | 0.62 | 0.21 |
| Hex | 14 | 56 | 29 | 4D | 0 | 34 | 42 | 8B | 3E | 15 |
| Octal | 24 | 126 | 51 | 115 | 0 | 64 | 102 | 213 | 76 | 25 |
| Binary | 10100 | 1010110 | 101001 | 1001101 | 0 | 110100 | 1000010 | 10001011 | 111110 | 10101 |
Color Harmonies of #145629
Complementary color
Monochromatic Colors of #145629
Black with #145629
Text Example
Text Example
White with #145629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145629; }
p { color: rgb(20,86,41); }
H1.HeaderClassName
{
color: #145629;
}
.AnyTagClassName
{
color: #145629;
}
</style>
background-color css
<style>
a { background-color: #145629; }
a { background-color: rgb(20,86,41); }
div.DivClassName
{
background-color: #145629;
}
.BgClassName
{
background-color: #145629;
}
</style>
border-color css
<style>
span { border-color: #145629; }
span { border-color: rgb(20,86,41); }
td.TdClassName
{
border-color: #145629;
}
.TagClassName
{
border-color: #145629;
}
</style>