Shades of Crusoe #14641F
Tints of Crusoe #14641F
RGB
CMYK
RGB Variations
Color information
#14641F (or 0x14641F) is known color: Crusoe. HEX triplet: 14, 64 and 1F. RGB value is (20,100,31). Sum of RGB (Red+Green+Blue) = 20+100+31=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 100 (39.45% from 255 or 66.23% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 100 - color contains mainly: green. Hex color #14641F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14641F is #EB9BE0. Grayscale: #444444. Windows color (decimal): -15440865 or 2057236. OLE color: 2057236.
HSL color Cylindrical-coordinate representation of color #14641F: hue angle of 128.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 #14641F is Cyan = 0.8, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 31 | - |
| CMYK | 0.8 | 0 | 0.69 | 0.61 |
| HSL | 128.25º | 0.67% | 0.24% | - |
| HSV(B) | 128.25º | 0.8% | 0.39% | - |
| XYZ | 5.09 | 9.36 | 2.83 | - |
| YUV | 68.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 31 | 0.8 | 0 | 0.69 | 0.61 | 128.25 | 0.67 | 0.24 |
| Hex | 14 | 64 | 1F | 50 | 0 | 45 | 3D | 80 | 43 | 18 |
| Octal | 24 | 144 | 37 | 120 | 0 | 105 | 75 | 200 | 103 | 30 |
| Binary | 10100 | 1100100 | 11111 | 1010000 | 0 | 1000101 | 111101 | 10000000 | 1000011 | 11000 |
Color Harmonies of #14641F
Complementary color
Monochromatic Colors of #14641F
Black with #14641F
Text Example
Text Example
White with #14641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14641F; }
p { color: rgb(20,100,31); }
H1.HeaderClassName
{
color: #14641F;
}
.AnyTagClassName
{
color: #14641F;
}
</style>
background-color css
<style>
a { background-color: #14641F; }
a { background-color: rgb(20,100,31); }
div.DivClassName
{
background-color: #14641F;
}
.BgClassName
{
background-color: #14641F;
}
</style>
border-color css
<style>
span { border-color: #14641F; }
span { border-color: rgb(20,100,31); }
td.TdClassName
{
border-color: #14641F;
}
.TagClassName
{
border-color: #14641F;
}
</style>