Shades of Crusoe #14652B
Tints of Crusoe #14652B
RGB
CMYK
RGB Variations
Color information
#14652B (or 0x14652B) is known color: Crusoe. HEX triplet: 14, 65 and 2B. RGB value is (20,101,43). Sum of RGB (Red+Green+Blue) = 20+101+43=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 101 (39.84% from 255 or 61.59% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 101 - color contains mainly: green. Hex color #14652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14652B is #EB9AD4. Grayscale: #464646. Windows color (decimal): -15440597 or 2843924. OLE color: 2843924.
HSL color Cylindrical-coordinate representation of color #14652B: hue angle of 137.04º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14652B is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 101 | 43 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.60 |
| HSL | 137.04º | 0.67% | 0.24% | - |
| HSV(B) | 137.04º | 0.8% | 0.4% | - |
| XYZ | 5.38 | 9.63 | 3.86 | - |
| YUV | 70.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 43 | 0.80 | 0 | 0.57 | 0.60 | 137.04 | 0.67 | 0.24 |
| Hex | 14 | 65 | 2B | 50 | 0 | 39 | 3C | 89 | 43 | 18 |
| Octal | 24 | 145 | 53 | 120 | 0 | 71 | 74 | 211 | 103 | 30 |
| Binary | 10100 | 1100101 | 101011 | 1010000 | 0 | 111001 | 111100 | 10001001 | 1000011 | 11000 |
Color Harmonies of #14652B
Complementary color
Monochromatic Colors of #14652B
Black with #14652B
Text Example
Text Example
White with #14652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14652B; }
p { color: rgb(20,101,43); }
H1.HeaderClassName
{
color: #14652B;
}
.AnyTagClassName
{
color: #14652B;
}
</style>
background-color css
<style>
a { background-color: #14652B; }
a { background-color: rgb(20,101,43); }
div.DivClassName
{
background-color: #14652B;
}
.BgClassName
{
background-color: #14652B;
}
</style>
border-color css
<style>
span { border-color: #14652B; }
span { border-color: rgb(20,101,43); }
td.TdClassName
{
border-color: #14652B;
}
.TagClassName
{
border-color: #14652B;
}
</style>