Shades of Crusoe #14582F
Tints of Crusoe #14582F
RGB
CMYK
RGB Variations
Color information
#14582F (or 0x14582F) is known color: Crusoe. HEX triplet: 14, 58 and 2F. RGB value is (20,88,47). Sum of RGB (Red+Green+Blue) = 20+88+47=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #14582F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14582F is #EBA7D0. Grayscale: #3F3F3F. Windows color (decimal): -15443921 or 3102740. OLE color: 3102740.
HSL color Cylindrical-coordinate representation of color #14582F: hue angle of 143.82º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14582F is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 47 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.65 |
| HSL | 143.82º | 0.63% | 0.21% | - |
| HSV(B) | 143.82º | 0.77% | 0.35% | - |
| XYZ | 4.29 | 7.33 | 3.88 | - |
| YUV | 62.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 47 | 0.77 | 0 | 0.47 | 0.65 | 143.82 | 0.63 | 0.21 |
| Hex | 14 | 58 | 2F | 4D | 0 | 2F | 41 | 90 | 3F | 15 |
| Octal | 24 | 130 | 57 | 115 | 0 | 57 | 101 | 220 | 77 | 25 |
| Binary | 10100 | 1011000 | 101111 | 1001101 | 0 | 101111 | 1000001 | 10010000 | 111111 | 10101 |
Color Harmonies of #14582F
Complementary color
Monochromatic Colors of #14582F
Black with #14582F
Text Example
Text Example
White with #14582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14582F; }
p { color: rgb(20,88,47); }
H1.HeaderClassName
{
color: #14582F;
}
.AnyTagClassName
{
color: #14582F;
}
</style>
background-color css
<style>
a { background-color: #14582F; }
a { background-color: rgb(20,88,47); }
div.DivClassName
{
background-color: #14582F;
}
.BgClassName
{
background-color: #14582F;
}
</style>
border-color css
<style>
span { border-color: #14582F; }
span { border-color: rgb(20,88,47); }
td.TdClassName
{
border-color: #14582F;
}
.TagClassName
{
border-color: #14582F;
}
</style>