Shades of Crusoe #145429
Tints of Crusoe #145429
RGB
CMYK
RGB Variations
Color information
#145429 (or 0x145429) is known color: Crusoe. HEX triplet: 14, 54 and 29. RGB value is (20,84,41). Sum of RGB (Red+Green+Blue) = 20+84+41=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #145429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145429 is #EBABD6. Grayscale: #3C3C3C. Windows color (decimal): -15444951 or 2708500. OLE color: 2708500.
HSL color Cylindrical-coordinate representation of color #145429: hue angle of 139.69º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145429 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 41 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.67 |
| HSL | 139.69º | 0.62% | 0.2% | - |
| HSV(B) | 139.69º | 0.76% | 0.33% | - |
| XYZ | 3.86 | 6.65 | 3.18 | - |
| YUV | 59.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 41 | 0.76 | 0 | 0.51 | 0.67 | 139.69 | 0.62 | 0.2 |
| Hex | 14 | 54 | 29 | 4C | 0 | 33 | 43 | 8C | 3E | 14 |
| Octal | 24 | 124 | 51 | 114 | 0 | 63 | 103 | 214 | 76 | 24 |
| Binary | 10100 | 1010100 | 101001 | 1001100 | 0 | 110011 | 1000011 | 10001100 | 111110 | 10100 |
Color Harmonies of #145429
Complementary color
Monochromatic Colors of #145429
Black with #145429
Text Example
Text Example
White with #145429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145429; }
p { color: rgb(20,84,41); }
H1.HeaderClassName
{
color: #145429;
}
.AnyTagClassName
{
color: #145429;
}
</style>
background-color css
<style>
a { background-color: #145429; }
a { background-color: rgb(20,84,41); }
div.DivClassName
{
background-color: #145429;
}
.BgClassName
{
background-color: #145429;
}
</style>
border-color css
<style>
span { border-color: #145429; }
span { border-color: rgb(20,84,41); }
td.TdClassName
{
border-color: #145429;
}
.TagClassName
{
border-color: #145429;
}
</style>