Shades of Crusoe #165B36
Tints of Crusoe #165B36
RGB
CMYK
RGB Variations
Color information
#165B36 (or 0x165B36) is known color: Crusoe. HEX triplet: 16, 5B and 36. RGB value is (22,91,54). Sum of RGB (Red+Green+Blue) = 22+91+54=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 91 (35.94% from 255 or 54.49% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 91 - color contains mainly: green. Hex color #165B36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B36 is #E9A4C9. Grayscale: #424242. Windows color (decimal): -15312074 or 3562262. OLE color: 3562262.
HSL color Cylindrical-coordinate representation of color #165B36: hue angle of 147.83º 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 #165B36 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 91 | 54 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.64 |
| HSL | 147.83º | 0.61% | 0.22% | - |
| HSV(B) | 147.83º | 0.76% | 0.36% | - |
| XYZ | 4.74 | 7.92 | 4.77 | - |
| YUV | 66.15 | 121.14 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 54 | 0.76 | 0 | 0.41 | 0.64 | 147.83 | 0.61 | 0.22 |
| Hex | 16 | 5B | 36 | 4C | 0 | 29 | 40 | 94 | 3D | 16 |
| Octal | 26 | 133 | 66 | 114 | 0 | 51 | 100 | 224 | 75 | 26 |
| Binary | 10110 | 1011011 | 110110 | 1001100 | 0 | 101001 | 1000000 | 10010100 | 111101 | 10110 |
Color Harmonies of #165B36
Complementary color
Monochromatic Colors of #165B36
Black with #165B36
Text Example
Text Example
White with #165B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B36; }
p { color: rgb(22,91,54); }
H1.HeaderClassName
{
color: #165B36;
}
.AnyTagClassName
{
color: #165B36;
}
</style>
background-color css
<style>
a { background-color: #165B36; }
a { background-color: rgb(22,91,54); }
div.DivClassName
{
background-color: #165B36;
}
.BgClassName
{
background-color: #165B36;
}
</style>
border-color css
<style>
span { border-color: #165B36; }
span { border-color: rgb(22,91,54); }
td.TdClassName
{
border-color: #165B36;
}
.TagClassName
{
border-color: #165B36;
}
</style>