Shades of Crusoe #14532D
Tints of Crusoe #14532D
RGB
CMYK
RGB Variations
Color information
#14532D (or 0x14532D) is known color: Crusoe. HEX triplet: 14, 53 and 2D. RGB value is (20,83,45). Sum of RGB (Red+Green+Blue) = 20+83+45=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #14532D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14532D is #EBACD2. Grayscale: #3B3B3B. Windows color (decimal): -15445203 or 2970388. OLE color: 2970388.
HSL color Cylindrical-coordinate representation of color #14532D: hue angle of 143.81º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14532D is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 83 | 45 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.67 |
| HSL | 143.81º | 0.61% | 0.2% | - |
| HSV(B) | 143.81º | 0.76% | 0.33% | - |
| XYZ | 3.86 | 6.52 | 3.54 | - |
| YUV | 59.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 45 | 0.76 | 0 | 0.46 | 0.67 | 143.81 | 0.61 | 0.2 |
| Hex | 14 | 53 | 2D | 4C | 0 | 2E | 43 | 90 | 3D | 14 |
| Octal | 24 | 123 | 55 | 114 | 0 | 56 | 103 | 220 | 75 | 24 |
| Binary | 10100 | 1010011 | 101101 | 1001100 | 0 | 101110 | 1000011 | 10010000 | 111101 | 10100 |
Color Harmonies of #14532D
Complementary color
Monochromatic Colors of #14532D
Black with #14532D
Text Example
Text Example
White with #14532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14532D; }
p { color: rgb(20,83,45); }
H1.HeaderClassName
{
color: #14532D;
}
.AnyTagClassName
{
color: #14532D;
}
</style>
background-color css
<style>
a { background-color: #14532D; }
a { background-color: rgb(20,83,45); }
div.DivClassName
{
background-color: #14532D;
}
.BgClassName
{
background-color: #14532D;
}
</style>
border-color css
<style>
span { border-color: #14532D; }
span { border-color: rgb(20,83,45); }
td.TdClassName
{
border-color: #14532D;
}
.TagClassName
{
border-color: #14532D;
}
</style>