Shades of Crusoe #14642D
Tints of Crusoe #14642D
RGB
CMYK
RGB Variations
Color information
#14642D (or 0x14642D) is known color: Crusoe. HEX triplet: 14, 64 and 2D. RGB value is (20,100,45). Sum of RGB (Red+Green+Blue) = 20+100+45=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 100 (39.45% from 255 or 60.61% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 100 - color contains mainly: green. Hex color #14642D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14642D is #EB9BD2. Grayscale: #454545. Windows color (decimal): -15440851 or 2974740. OLE color: 2974740.
HSL color Cylindrical-coordinate representation of color #14642D: hue angle of 138.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14642D is Cyan = 0.8, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 45 | - |
| CMYK | 0.8 | 0 | 0.55 | 0.61 |
| HSL | 138.75º | 0.67% | 0.24% | - |
| HSV(B) | 138.75º | 0.8% | 0.39% | - |
| XYZ | 5.32 | 9.45 | 4.03 | - |
| YUV | 69.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 45 | 0.8 | 0 | 0.55 | 0.61 | 138.75 | 0.67 | 0.24 |
| Hex | 14 | 64 | 2D | 50 | 0 | 37 | 3D | 8B | 43 | 18 |
| Octal | 24 | 144 | 55 | 120 | 0 | 67 | 75 | 213 | 103 | 30 |
| Binary | 10100 | 1100100 | 101101 | 1010000 | 0 | 110111 | 111101 | 10001011 | 1000011 | 11000 |
Color Harmonies of #14642D
Complementary color
Monochromatic Colors of #14642D
Black with #14642D
Text Example
Text Example
White with #14642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14642D; }
p { color: rgb(20,100,45); }
H1.HeaderClassName
{
color: #14642D;
}
.AnyTagClassName
{
color: #14642D;
}
</style>
background-color css
<style>
a { background-color: #14642D; }
a { background-color: rgb(20,100,45); }
div.DivClassName
{
background-color: #14642D;
}
.BgClassName
{
background-color: #14642D;
}
</style>
border-color css
<style>
span { border-color: #14642D; }
span { border-color: rgb(20,100,45); }
td.TdClassName
{
border-color: #14642D;
}
.TagClassName
{
border-color: #14642D;
}
</style>