Shades of Crusoe #165129
Tints of Crusoe #165129
RGB
CMYK
RGB Variations
Color information
#165129 (or 0x165129) is known color: Crusoe. HEX triplet: 16, 51 and 29. RGB value is (22,81,41). Sum of RGB (Red+Green+Blue) = 22+81+41=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #165129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165129 is #E9AED6. Grayscale: #3A3A3A. Windows color (decimal): -15314647 or 2707734. OLE color: 2707734.
HSL color Cylindrical-coordinate representation of color #165129: hue angle of 139.32º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165129 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 41 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.68 |
| HSL | 139.32º | 0.57% | 0.2% | - |
| HSV(B) | 139.32º | 0.73% | 0.32% | - |
| XYZ | 3.67 | 6.22 | 3.1 | - |
| YUV | 58.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 41 | 0.73 | 0 | 0.49 | 0.68 | 139.32 | 0.57 | 0.2 |
| Hex | 16 | 51 | 29 | 49 | 0 | 31 | 44 | 8B | 39 | 14 |
| Octal | 26 | 121 | 51 | 111 | 0 | 61 | 104 | 213 | 71 | 24 |
| Binary | 10110 | 1010001 | 101001 | 1001001 | 0 | 110001 | 1000100 | 10001011 | 111001 | 10100 |
Color Harmonies of #165129
Complementary color
Monochromatic Colors of #165129
Black with #165129
Text Example
Text Example
White with #165129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165129; }
p { color: rgb(22,81,41); }
H1.HeaderClassName
{
color: #165129;
}
.AnyTagClassName
{
color: #165129;
}
</style>
background-color css
<style>
a { background-color: #165129; }
a { background-color: rgb(22,81,41); }
div.DivClassName
{
background-color: #165129;
}
.BgClassName
{
background-color: #165129;
}
</style>
border-color css
<style>
span { border-color: #165129; }
span { border-color: rgb(22,81,41); }
td.TdClassName
{
border-color: #165129;
}
.TagClassName
{
border-color: #165129;
}
</style>