Shades of Crusoe #14542B
Tints of Crusoe #14542B
RGB
CMYK
RGB Variations
Color information
#14542B (or 0x14542B) is known color: Crusoe. HEX triplet: 14, 54 and 2B. RGB value is (20,84,43). Sum of RGB (Red+Green+Blue) = 20+84+43=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #14542B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14542B is #EBABD4. Grayscale: #3C3C3C. Windows color (decimal): -15444949 or 2839572. OLE color: 2839572.
HSL color Cylindrical-coordinate representation of color #14542B: hue angle of 141.56º 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 #14542B is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 43 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.67 |
| HSL | 141.56º | 0.62% | 0.2% | - |
| HSV(B) | 141.56º | 0.76% | 0.33% | - |
| XYZ | 3.89 | 6.66 | 3.37 | - |
| YUV | 60.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 43 | 0.76 | 0 | 0.49 | 0.67 | 141.56 | 0.62 | 0.2 |
| Hex | 14 | 54 | 2B | 4C | 0 | 31 | 43 | 8E | 3E | 14 |
| Octal | 24 | 124 | 53 | 114 | 0 | 61 | 103 | 216 | 76 | 24 |
| Binary | 10100 | 1010100 | 101011 | 1001100 | 0 | 110001 | 1000011 | 10001110 | 111110 | 10100 |
Color Harmonies of #14542B
Complementary color
Monochromatic Colors of #14542B
Black with #14542B
Text Example
Text Example
White with #14542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14542B; }
p { color: rgb(20,84,43); }
H1.HeaderClassName
{
color: #14542B;
}
.AnyTagClassName
{
color: #14542B;
}
</style>
background-color css
<style>
a { background-color: #14542B; }
a { background-color: rgb(20,84,43); }
div.DivClassName
{
background-color: #14542B;
}
.BgClassName
{
background-color: #14542B;
}
</style>
border-color css
<style>
span { border-color: #14542B; }
span { border-color: rgb(20,84,43); }
td.TdClassName
{
border-color: #14542B;
}
.TagClassName
{
border-color: #14542B;
}
</style>