Shades of Crusoe #14642F
Tints of Crusoe #14642F
RGB
CMYK
RGB Variations
Color information
#14642F (or 0x14642F) is known color: Crusoe. HEX triplet: 14, 64 and 2F. RGB value is (20,100,47). Sum of RGB (Red+Green+Blue) = 20+100+47=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 100 (39.45% from 255 or 59.88% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 100 - color contains mainly: green. Hex color #14642F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14642F is #EB9BD0. Grayscale: #464646. Windows color (decimal): -15440849 or 3105812. OLE color: 3105812.
HSL color Cylindrical-coordinate representation of color #14642F: hue angle of 140.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 #14642F is Cyan = 0.8, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 47 | - |
| CMYK | 0.8 | 0 | 0.53 | 0.61 |
| HSL | 140.25º | 0.67% | 0.24% | - |
| HSV(B) | 140.25º | 0.8% | 0.39% | - |
| XYZ | 5.36 | 9.47 | 4.23 | - |
| YUV | 70.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 47 | 0.8 | 0 | 0.53 | 0.61 | 140.25 | 0.67 | 0.24 |
| Hex | 14 | 64 | 2F | 50 | 0 | 35 | 3D | 8C | 43 | 18 |
| Octal | 24 | 144 | 57 | 120 | 0 | 65 | 75 | 214 | 103 | 30 |
| Binary | 10100 | 1100100 | 101111 | 1010000 | 0 | 110101 | 111101 | 10001100 | 1000011 | 11000 |
Color Harmonies of #14642F
Complementary color
Monochromatic Colors of #14642F
Black with #14642F
Text Example
Text Example
White with #14642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14642F; }
p { color: rgb(20,100,47); }
H1.HeaderClassName
{
color: #14642F;
}
.AnyTagClassName
{
color: #14642F;
}
</style>
background-color css
<style>
a { background-color: #14642F; }
a { background-color: rgb(20,100,47); }
div.DivClassName
{
background-color: #14642F;
}
.BgClassName
{
background-color: #14642F;
}
</style>
border-color css
<style>
span { border-color: #14642F; }
span { border-color: rgb(20,100,47); }
td.TdClassName
{
border-color: #14642F;
}
.TagClassName
{
border-color: #14642F;
}
</style>