Shades of Crusoe #14631E
Tints of Crusoe #14631E
RGB
CMYK
RGB Variations
Color information
#14631E (or 0x14631E) is known color: Crusoe. HEX triplet: 14, 63 and 1E. RGB value is (20,99,30). Sum of RGB (Red+Green+Blue) = 20+99+30=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #14631E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14631E is #EB9CE1. Grayscale: #434343. Windows color (decimal): -15441122 or 1991444. OLE color: 1991444.
HSL color Cylindrical-coordinate representation of color #14631E: hue angle of 127.59º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14631E is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 30 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.61 |
| HSL | 127.59º | 0.66% | 0.23% | - |
| HSV(B) | 127.59º | 0.8% | 0.39% | - |
| XYZ | 4.98 | 9.17 | 2.73 | - |
| YUV | 67.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 30 | 0.80 | 0 | 0.70 | 0.61 | 127.59 | 0.66 | 0.23 |
| Hex | 14 | 63 | 1E | 50 | 0 | 46 | 3D | 80 | 42 | 17 |
| Octal | 24 | 143 | 36 | 120 | 0 | 106 | 75 | 200 | 102 | 27 |
| Binary | 10100 | 1100011 | 11110 | 1010000 | 0 | 1000110 | 111101 | 10000000 | 1000010 | 10111 |
Color Harmonies of #14631E
Complementary color
Monochromatic Colors of #14631E
Black with #14631E
Text Example
Text Example
White with #14631E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14631E; }
p { color: rgb(20,99,30); }
H1.HeaderClassName
{
color: #14631E;
}
.AnyTagClassName
{
color: #14631E;
}
</style>
background-color css
<style>
a { background-color: #14631E; }
a { background-color: rgb(20,99,30); }
div.DivClassName
{
background-color: #14631E;
}
.BgClassName
{
background-color: #14631E;
}
</style>
border-color css
<style>
span { border-color: #14631E; }
span { border-color: rgb(20,99,30); }
td.TdClassName
{
border-color: #14631E;
}
.TagClassName
{
border-color: #14631E;
}
</style>