Shades of Crusoe #14632B
Tints of Crusoe #14632B
RGB
CMYK
RGB Variations
Color information
#14632B (or 0x14632B) is known color: Crusoe. HEX triplet: 14, 63 and 2B. RGB value is (20,99,43). Sum of RGB (Red+Green+Blue) = 20+99+43=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #14632B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14632B is #EB9CD4. Grayscale: #454545. Windows color (decimal): -15441109 or 2843412. OLE color: 2843412.
HSL color Cylindrical-coordinate representation of color #14632B: hue angle of 137.47º 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 #14632B is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 43 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.61 |
| HSL | 137.47º | 0.66% | 0.23% | - |
| HSV(B) | 137.47º | 0.8% | 0.39% | - |
| XYZ | 5.19 | 9.25 | 3.8 | - |
| YUV | 69 | 113.33 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 43 | 0.80 | 0 | 0.57 | 0.61 | 137.47 | 0.66 | 0.23 |
| Hex | 14 | 63 | 2B | 50 | 0 | 39 | 3D | 89 | 42 | 17 |
| Octal | 24 | 143 | 53 | 120 | 0 | 71 | 75 | 211 | 102 | 27 |
| Binary | 10100 | 1100011 | 101011 | 1010000 | 0 | 111001 | 111101 | 10001001 | 1000010 | 10111 |
Color Harmonies of #14632B
Complementary color
Monochromatic Colors of #14632B
Black with #14632B
Text Example
Text Example
White with #14632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14632B; }
p { color: rgb(20,99,43); }
H1.HeaderClassName
{
color: #14632B;
}
.AnyTagClassName
{
color: #14632B;
}
</style>
background-color css
<style>
a { background-color: #14632B; }
a { background-color: rgb(20,99,43); }
div.DivClassName
{
background-color: #14632B;
}
.BgClassName
{
background-color: #14632B;
}
</style>
border-color css
<style>
span { border-color: #14632B; }
span { border-color: rgb(20,99,43); }
td.TdClassName
{
border-color: #14632B;
}
.TagClassName
{
border-color: #14632B;
}
</style>