Shades of Crusoe #165B2C
Tints of Crusoe #165B2C
RGB
CMYK
RGB Variations
Color information
#165B2C (or 0x165B2C) is known color: Crusoe. HEX triplet: 16, 5B and 2C. RGB value is (22,91,44). Sum of RGB (Red+Green+Blue) = 22+91+44=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #165B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B2C is #E9A4D3. Grayscale: #414141. Windows color (decimal): -15312084 or 2906902. OLE color: 2906902.
HSL color Cylindrical-coordinate representation of color #165B2C: hue angle of 139.13º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165B2C is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 91 | 44 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.64 |
| HSL | 139.13º | 0.61% | 0.22% | - |
| HSV(B) | 139.13º | 0.76% | 0.36% | - |
| XYZ | 4.53 | 7.83 | 3.66 | - |
| YUV | 65.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 44 | 0.76 | 0 | 0.52 | 0.64 | 139.13 | 0.61 | 0.22 |
| Hex | 16 | 5B | 2C | 4C | 0 | 34 | 40 | 8B | 3D | 16 |
| Octal | 26 | 133 | 54 | 114 | 0 | 64 | 100 | 213 | 75 | 26 |
| Binary | 10110 | 1011011 | 101100 | 1001100 | 0 | 110100 | 1000000 | 10001011 | 111101 | 10110 |
Color Harmonies of #165B2C
Complementary color
Monochromatic Colors of #165B2C
Black with #165B2C
Text Example
Text Example
White with #165B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B2C; }
p { color: rgb(22,91,44); }
H1.HeaderClassName
{
color: #165B2C;
}
.AnyTagClassName
{
color: #165B2C;
}
</style>
background-color css
<style>
a { background-color: #165B2C; }
a { background-color: rgb(22,91,44); }
div.DivClassName
{
background-color: #165B2C;
}
.BgClassName
{
background-color: #165B2C;
}
</style>
border-color css
<style>
span { border-color: #165B2C; }
span { border-color: rgb(22,91,44); }
td.TdClassName
{
border-color: #165B2C;
}
.TagClassName
{
border-color: #165B2C;
}
</style>