Shades of Crusoe #165629
Tints of Crusoe #165629
RGB
CMYK
RGB Variations
Color information
#165629 (or 0x165629) is known color: Crusoe. HEX triplet: 16, 56 and 29. RGB value is (22,86,41). Sum of RGB (Red+Green+Blue) = 22+86+41=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 86 (33.98% from 255 or 57.72% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 86 - color contains mainly: green. Hex color #165629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165629 is #E9A9D6. Grayscale: #3D3D3D. Windows color (decimal): -15313367 or 2709014. OLE color: 2709014.
HSL color Cylindrical-coordinate representation of color #165629: hue angle of 137.81º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165629 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 86 | 41 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.66 |
| HSL | 137.81º | 0.59% | 0.21% | - |
| HSV(B) | 137.81º | 0.74% | 0.34% | - |
| XYZ | 4.06 | 6.99 | 3.23 | - |
| YUV | 61.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 41 | 0.74 | 0 | 0.52 | 0.66 | 137.81 | 0.59 | 0.21 |
| Hex | 16 | 56 | 29 | 4A | 0 | 34 | 42 | 8A | 3B | 15 |
| Octal | 26 | 126 | 51 | 112 | 0 | 64 | 102 | 212 | 73 | 25 |
| Binary | 10110 | 1010110 | 101001 | 1001010 | 0 | 110100 | 1000010 | 10001010 | 111011 | 10101 |
Color Harmonies of #165629
Complementary color
Monochromatic Colors of #165629
Black with #165629
Text Example
Text Example
White with #165629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165629; }
p { color: rgb(22,86,41); }
H1.HeaderClassName
{
color: #165629;
}
.AnyTagClassName
{
color: #165629;
}
</style>
background-color css
<style>
a { background-color: #165629; }
a { background-color: rgb(22,86,41); }
div.DivClassName
{
background-color: #165629;
}
.BgClassName
{
background-color: #165629;
}
</style>
border-color css
<style>
span { border-color: #165629; }
span { border-color: rgb(22,86,41); }
td.TdClassName
{
border-color: #165629;
}
.TagClassName
{
border-color: #165629;
}
</style>