Shades of Crusoe #14542A
Tints of Crusoe #14542A
RGB
CMYK
RGB Variations
Color information
#14542A (or 0x14542A) is known color: Crusoe. HEX triplet: 14, 54 and 2A. RGB value is (20,84,42). Sum of RGB (Red+Green+Blue) = 20+84+42=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #14542A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14542A is #EBABD5. Grayscale: #3C3C3C. Windows color (decimal): -15444950 or 2774036. OLE color: 2774036.
HSL color Cylindrical-coordinate representation of color #14542A: hue angle of 140.62º 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 #14542A is Cyan = 0.76, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 42 | - |
| CMYK | 0.76 | 0 | 0.5 | 0.67 |
| HSL | 140.63º | 0.62% | 0.2% | - |
| HSV(B) | 140.63º | 0.76% | 0.33% | - |
| XYZ | 3.88 | 6.66 | 3.27 | - |
| YUV | 60.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 42 | 0.76 | 0 | 0.5 | 0.67 | 140.63 | 0.62 | 0.2 |
| Hex | 14 | 54 | 2A | 4C | 0 | 32 | 43 | 8D | 3E | 14 |
| Octal | 24 | 124 | 52 | 114 | 0 | 62 | 103 | 215 | 76 | 24 |
| Binary | 10100 | 1010100 | 101010 | 1001100 | 0 | 110010 | 1000011 | 10001101 | 111110 | 10100 |
Color Harmonies of #14542A
Complementary color
Monochromatic Colors of #14542A
Black with #14542A
Text Example
Text Example
White with #14542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14542A; }
p { color: rgb(20,84,42); }
H1.HeaderClassName
{
color: #14542A;
}
.AnyTagClassName
{
color: #14542A;
}
</style>
background-color css
<style>
a { background-color: #14542A; }
a { background-color: rgb(20,84,42); }
div.DivClassName
{
background-color: #14542A;
}
.BgClassName
{
background-color: #14542A;
}
</style>
border-color css
<style>
span { border-color: #14542A; }
span { border-color: rgb(20,84,42); }
td.TdClassName
{
border-color: #14542A;
}
.TagClassName
{
border-color: #14542A;
}
</style>