Shades of Crusoe #165B2D
Tints of Crusoe #165B2D
RGB
CMYK
RGB Variations
Color information
#165B2D (or 0x165B2D) is known color: Crusoe. HEX triplet: 16, 5B and 2D. RGB value is (22,91,45). Sum of RGB (Red+Green+Blue) = 22+91+45=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 91 (35.94% from 255 or 57.59% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 91 - color contains mainly: green. Hex color #165B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B2D is #E9A4D2. Grayscale: #414141. Windows color (decimal): -15312083 or 2972438. OLE color: 2972438.
HSL color Cylindrical-coordinate representation of color #165B2D: hue angle of 140º 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 #165B2D is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 91 | 45 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.64 |
| HSL | 140º | 0.61% | 0.22% | - |
| HSV(B) | 140º | 0.76% | 0.36% | - |
| XYZ | 4.55 | 7.84 | 3.76 | - |
| YUV | 65.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 45 | 0.76 | 0 | 0.51 | 0.64 | 140 | 0.61 | 0.22 |
| Hex | 16 | 5B | 2D | 4C | 0 | 33 | 40 | 8C | 3D | 16 |
| Octal | 26 | 133 | 55 | 114 | 0 | 63 | 100 | 214 | 75 | 26 |
| Binary | 10110 | 1011011 | 101101 | 1001100 | 0 | 110011 | 1000000 | 10001100 | 111101 | 10110 |
Color Harmonies of #165B2D
Complementary color
Monochromatic Colors of #165B2D
Black with #165B2D
Text Example
Text Example
White with #165B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B2D; }
p { color: rgb(22,91,45); }
H1.HeaderClassName
{
color: #165B2D;
}
.AnyTagClassName
{
color: #165B2D;
}
</style>
background-color css
<style>
a { background-color: #165B2D; }
a { background-color: rgb(22,91,45); }
div.DivClassName
{
background-color: #165B2D;
}
.BgClassName
{
background-color: #165B2D;
}
</style>
border-color css
<style>
span { border-color: #165B2D; }
span { border-color: rgb(22,91,45); }
td.TdClassName
{
border-color: #165B2D;
}
.TagClassName
{
border-color: #165B2D;
}
</style>