Shades of Crusoe #14642B
Tints of Crusoe #14642B
RGB
CMYK
RGB Variations
Color information
#14642B (or 0x14642B) is known color: Crusoe. HEX triplet: 14, 64 and 2B. RGB value is (20,100,43). Sum of RGB (Red+Green+Blue) = 20+100+43=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #14642B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14642B is #EB9BD4. Grayscale: #454545. Windows color (decimal): -15440853 or 2843668. OLE color: 2843668.
HSL color Cylindrical-coordinate representation of color #14642B: hue angle of 137.25º 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 #14642B is Cyan = 0.8, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 43 | - |
| CMYK | 0.8 | 0 | 0.57 | 0.61 |
| HSL | 137.25º | 0.67% | 0.24% | - |
| HSV(B) | 137.25º | 0.8% | 0.39% | - |
| XYZ | 5.28 | 9.44 | 3.83 | - |
| YUV | 69.58 | 113 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 43 | 0.8 | 0 | 0.57 | 0.61 | 137.25 | 0.67 | 0.24 |
| Hex | 14 | 64 | 2B | 50 | 0 | 39 | 3D | 89 | 43 | 18 |
| Octal | 24 | 144 | 53 | 120 | 0 | 71 | 75 | 211 | 103 | 30 |
| Binary | 10100 | 1100100 | 101011 | 1010000 | 0 | 111001 | 111101 | 10001001 | 1000011 | 11000 |
Color Harmonies of #14642B
Complementary color
Monochromatic Colors of #14642B
Black with #14642B
Text Example
Text Example
White with #14642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14642B; }
p { color: rgb(20,100,43); }
H1.HeaderClassName
{
color: #14642B;
}
.AnyTagClassName
{
color: #14642B;
}
</style>
background-color css
<style>
a { background-color: #14642B; }
a { background-color: rgb(20,100,43); }
div.DivClassName
{
background-color: #14642B;
}
.BgClassName
{
background-color: #14642B;
}
</style>
border-color css
<style>
span { border-color: #14642B; }
span { border-color: rgb(20,100,43); }
td.TdClassName
{
border-color: #14642B;
}
.TagClassName
{
border-color: #14642B;
}
</style>