Shades of Crusoe #14631F
Tints of Crusoe #14631F
RGB
CMYK
RGB Variations
Color information
#14631F (or 0x14631F) is known color: Crusoe. HEX triplet: 14, 63 and 1F. RGB value is (20,99,31). Sum of RGB (Red+Green+Blue) = 20+99+31=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 99 (39.06% from 255 or 66% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 99 - color contains mainly: green. Hex color #14631F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14631F is #EB9CE0. Grayscale: #434343. Windows color (decimal): -15441121 or 2056980. OLE color: 2056980.
HSL color Cylindrical-coordinate representation of color #14631F: hue angle of 128.35º 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 #14631F is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 31 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.61 |
| HSL | 128.35º | 0.66% | 0.23% | - |
| HSV(B) | 128.35º | 0.8% | 0.39% | - |
| XYZ | 5 | 9.17 | 2.8 | - |
| YUV | 67.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 31 | 0.80 | 0 | 0.69 | 0.61 | 128.35 | 0.66 | 0.23 |
| Hex | 14 | 63 | 1F | 50 | 0 | 45 | 3D | 80 | 42 | 17 |
| Octal | 24 | 143 | 37 | 120 | 0 | 105 | 75 | 200 | 102 | 27 |
| Binary | 10100 | 1100011 | 11111 | 1010000 | 0 | 1000101 | 111101 | 10000000 | 1000010 | 10111 |
Color Harmonies of #14631F
Complementary color
Monochromatic Colors of #14631F
Black with #14631F
Text Example
Text Example
White with #14631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14631F; }
p { color: rgb(20,99,31); }
H1.HeaderClassName
{
color: #14631F;
}
.AnyTagClassName
{
color: #14631F;
}
</style>
background-color css
<style>
a { background-color: #14631F; }
a { background-color: rgb(20,99,31); }
div.DivClassName
{
background-color: #14631F;
}
.BgClassName
{
background-color: #14631F;
}
</style>
border-color css
<style>
span { border-color: #14631F; }
span { border-color: rgb(20,99,31); }
td.TdClassName
{
border-color: #14631F;
}
.TagClassName
{
border-color: #14631F;
}
</style>