Shades of Crusoe #14632C
Tints of Crusoe #14632C
RGB
CMYK
RGB Variations
Color information
#14632C (or 0x14632C) is known color: Crusoe. HEX triplet: 14, 63 and 2C. RGB value is (20,99,44). Sum of RGB (Red+Green+Blue) = 20+99+44=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #14632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14632C is #EB9CD3. Grayscale: #454545. Windows color (decimal): -15441108 or 2908948. OLE color: 2908948.
HSL color Cylindrical-coordinate representation of color #14632C: hue angle of 138.23º 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 #14632C is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 44 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.61 |
| HSL | 138.23º | 0.66% | 0.23% | - |
| HSV(B) | 138.23º | 0.8% | 0.39% | - |
| XYZ | 5.2 | 9.25 | 3.89 | - |
| YUV | 69.11 | 113.83 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 44 | 0.80 | 0 | 0.56 | 0.61 | 138.23 | 0.66 | 0.23 |
| Hex | 14 | 63 | 2C | 50 | 0 | 38 | 3D | 8A | 42 | 17 |
| Octal | 24 | 143 | 54 | 120 | 0 | 70 | 75 | 212 | 102 | 27 |
| Binary | 10100 | 1100011 | 101100 | 1010000 | 0 | 111000 | 111101 | 10001010 | 1000010 | 10111 |
Color Harmonies of #14632C
Complementary color
Monochromatic Colors of #14632C
Black with #14632C
Text Example
Text Example
White with #14632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14632C; }
p { color: rgb(20,99,44); }
H1.HeaderClassName
{
color: #14632C;
}
.AnyTagClassName
{
color: #14632C;
}
</style>
background-color css
<style>
a { background-color: #14632C; }
a { background-color: rgb(20,99,44); }
div.DivClassName
{
background-color: #14632C;
}
.BgClassName
{
background-color: #14632C;
}
</style>
border-color css
<style>
span { border-color: #14632C; }
span { border-color: rgb(20,99,44); }
td.TdClassName
{
border-color: #14632C;
}
.TagClassName
{
border-color: #14632C;
}
</style>