Shades of Crusoe #14632D
Tints of Crusoe #14632D
RGB
CMYK
RGB Variations
Color information
#14632D (or 0x14632D) is known color: Crusoe. HEX triplet: 14, 63 and 2D. RGB value is (20,99,45). Sum of RGB (Red+Green+Blue) = 20+99+45=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #14632D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14632D is #EB9CD2. Grayscale: #454545. Windows color (decimal): -15441107 or 2974484. OLE color: 2974484.
HSL color Cylindrical-coordinate representation of color #14632D: hue angle of 138.99º 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 #14632D is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 45 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.61 |
| HSL | 138.99º | 0.66% | 0.23% | - |
| HSV(B) | 138.99º | 0.8% | 0.39% | - |
| XYZ | 5.22 | 9.26 | 4 | - |
| YUV | 69.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 45 | 0.80 | 0 | 0.55 | 0.61 | 138.99 | 0.66 | 0.23 |
| Hex | 14 | 63 | 2D | 50 | 0 | 37 | 3D | 8B | 42 | 17 |
| Octal | 24 | 143 | 55 | 120 | 0 | 67 | 75 | 213 | 102 | 27 |
| Binary | 10100 | 1100011 | 101101 | 1010000 | 0 | 110111 | 111101 | 10001011 | 1000010 | 10111 |
Color Harmonies of #14632D
Complementary color
Monochromatic Colors of #14632D
Black with #14632D
Text Example
Text Example
White with #14632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14632D; }
p { color: rgb(20,99,45); }
H1.HeaderClassName
{
color: #14632D;
}
.AnyTagClassName
{
color: #14632D;
}
</style>
background-color css
<style>
a { background-color: #14632D; }
a { background-color: rgb(20,99,45); }
div.DivClassName
{
background-color: #14632D;
}
.BgClassName
{
background-color: #14632D;
}
</style>
border-color css
<style>
span { border-color: #14632D; }
span { border-color: rgb(20,99,45); }
td.TdClassName
{
border-color: #14632D;
}
.TagClassName
{
border-color: #14632D;
}
</style>