Shades of Crusoe #14632F
Tints of Crusoe #14632F
RGB
CMYK
RGB Variations
Color information
#14632F (or 0x14632F) is known color: Crusoe. HEX triplet: 14, 63 and 2F. RGB value is (20,99,47). Sum of RGB (Red+Green+Blue) = 20+99+47=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #14632F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14632F is #EB9CD0. Grayscale: #454545. Windows color (decimal): -15441105 or 3105556. OLE color: 3105556.
HSL color Cylindrical-coordinate representation of color #14632F: hue angle of 140.51º 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 #14632F is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 47 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.61 |
| HSL | 140.51º | 0.66% | 0.23% | - |
| HSV(B) | 140.51º | 0.8% | 0.39% | - |
| XYZ | 5.26 | 9.28 | 4.2 | - |
| YUV | 69.45 | 115.33 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 47 | 0.80 | 0 | 0.53 | 0.61 | 140.51 | 0.66 | 0.23 |
| Hex | 14 | 63 | 2F | 50 | 0 | 35 | 3D | 8D | 42 | 17 |
| Octal | 24 | 143 | 57 | 120 | 0 | 65 | 75 | 215 | 102 | 27 |
| Binary | 10100 | 1100011 | 101111 | 1010000 | 0 | 110101 | 111101 | 10001101 | 1000010 | 10111 |
Color Harmonies of #14632F
Complementary color
Monochromatic Colors of #14632F
Black with #14632F
Text Example
Text Example
White with #14632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14632F; }
p { color: rgb(20,99,47); }
H1.HeaderClassName
{
color: #14632F;
}
.AnyTagClassName
{
color: #14632F;
}
</style>
background-color css
<style>
a { background-color: #14632F; }
a { background-color: rgb(20,99,47); }
div.DivClassName
{
background-color: #14632F;
}
.BgClassName
{
background-color: #14632F;
}
</style>
border-color css
<style>
span { border-color: #14632F; }
span { border-color: rgb(20,99,47); }
td.TdClassName
{
border-color: #14632F;
}
.TagClassName
{
border-color: #14632F;
}
</style>