Shades of Crusoe #14631D
Tints of Crusoe #14631D
RGB
CMYK
RGB Variations
Color information
#14631D (or 0x14631D) is known color: Crusoe. HEX triplet: 14, 63 and 1D. RGB value is (20,99,29). Sum of RGB (Red+Green+Blue) = 20+99+29=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #14631D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14631D is #EB9CE2. Grayscale: #434343. Windows color (decimal): -15441123 or 1925908. OLE color: 1925908.
HSL color Cylindrical-coordinate representation of color #14631D: hue angle of 126.84º 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 #14631D is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 29 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.61 |
| HSL | 126.84º | 0.66% | 0.23% | - |
| HSV(B) | 126.84º | 0.8% | 0.39% | - |
| XYZ | 4.97 | 9.16 | 2.67 | - |
| YUV | 67.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 29 | 0.80 | 0 | 0.71 | 0.61 | 126.84 | 0.66 | 0.23 |
| Hex | 14 | 63 | 1D | 50 | 0 | 47 | 3D | 7F | 42 | 17 |
| Octal | 24 | 143 | 35 | 120 | 0 | 107 | 75 | 177 | 102 | 27 |
| Binary | 10100 | 1100011 | 11101 | 1010000 | 0 | 1000111 | 111101 | 1111111 | 1000010 | 10111 |
Color Harmonies of #14631D
Complementary color
Monochromatic Colors of #14631D
Black with #14631D
Text Example
Text Example
White with #14631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14631D; }
p { color: rgb(20,99,29); }
H1.HeaderClassName
{
color: #14631D;
}
.AnyTagClassName
{
color: #14631D;
}
</style>
background-color css
<style>
a { background-color: #14631D; }
a { background-color: rgb(20,99,29); }
div.DivClassName
{
background-color: #14631D;
}
.BgClassName
{
background-color: #14631D;
}
</style>
border-color css
<style>
span { border-color: #14631D; }
span { border-color: rgb(20,99,29); }
td.TdClassName
{
border-color: #14631D;
}
.TagClassName
{
border-color: #14631D;
}
</style>