Shades of Crusoe #14562E
Tints of Crusoe #14562E
RGB
CMYK
RGB Variations
Color information
#14562E (or 0x14562E) is known color: Crusoe. HEX triplet: 14, 56 and 2E. RGB value is (20,86,46). Sum of RGB (Red+Green+Blue) = 20+86+46=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #14562E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14562E is #EBA9D1. Grayscale: #3D3D3D. Windows color (decimal): -15444434 or 3036692. OLE color: 3036692.
HSL color Cylindrical-coordinate representation of color #14562E: hue angle of 143.64º 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 #14562E is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 86 | 46 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.66 |
| HSL | 143.64º | 0.62% | 0.21% | - |
| HSV(B) | 143.64º | 0.77% | 0.34% | - |
| XYZ | 4.11 | 7 | 3.72 | - |
| YUV | 61.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 46 | 0.77 | 0 | 0.47 | 0.66 | 143.64 | 0.62 | 0.21 |
| Hex | 14 | 56 | 2E | 4D | 0 | 2F | 42 | 90 | 3E | 15 |
| Octal | 24 | 126 | 56 | 115 | 0 | 57 | 102 | 220 | 76 | 25 |
| Binary | 10100 | 1010110 | 101110 | 1001101 | 0 | 101111 | 1000010 | 10010000 | 111110 | 10101 |
Color Harmonies of #14562E
Complementary color
Monochromatic Colors of #14562E
Black with #14562E
Text Example
Text Example
White with #14562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14562E; }
p { color: rgb(20,86,46); }
H1.HeaderClassName
{
color: #14562E;
}
.AnyTagClassName
{
color: #14562E;
}
</style>
background-color css
<style>
a { background-color: #14562E; }
a { background-color: rgb(20,86,46); }
div.DivClassName
{
background-color: #14562E;
}
.BgClassName
{
background-color: #14562E;
}
</style>
border-color css
<style>
span { border-color: #14562E; }
span { border-color: rgb(20,86,46); }
td.TdClassName
{
border-color: #14562E;
}
.TagClassName
{
border-color: #14562E;
}
</style>