Shades of Crusoe #165A2E
Tints of Crusoe #165A2E
RGB
CMYK
RGB Variations
Color information
#165A2E (or 0x165A2E) is known color: Crusoe. HEX triplet: 16, 5A and 2E. RGB value is (22,90,46). Sum of RGB (Red+Green+Blue) = 22+90+46=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #165A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A2E is #E9A5D1. Grayscale: #404040. Windows color (decimal): -15312338 or 3037718. OLE color: 3037718.
HSL color Cylindrical-coordinate representation of color #165A2E: hue angle of 141.18º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165A2E is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 46 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.65 |
| HSL | 141.18º | 0.61% | 0.22% | - |
| HSV(B) | 141.18º | 0.76% | 0.35% | - |
| XYZ | 4.48 | 7.68 | 3.83 | - |
| YUV | 64.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 46 | 0.76 | 0 | 0.49 | 0.65 | 141.18 | 0.61 | 0.22 |
| Hex | 16 | 5A | 2E | 4C | 0 | 31 | 41 | 8D | 3D | 16 |
| Octal | 26 | 132 | 56 | 114 | 0 | 61 | 101 | 215 | 75 | 26 |
| Binary | 10110 | 1011010 | 101110 | 1001100 | 0 | 110001 | 1000001 | 10001101 | 111101 | 10110 |
Color Harmonies of #165A2E
Complementary color
Monochromatic Colors of #165A2E
Black with #165A2E
Text Example
Text Example
White with #165A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A2E; }
p { color: rgb(22,90,46); }
H1.HeaderClassName
{
color: #165A2E;
}
.AnyTagClassName
{
color: #165A2E;
}
</style>
background-color css
<style>
a { background-color: #165A2E; }
a { background-color: rgb(22,90,46); }
div.DivClassName
{
background-color: #165A2E;
}
.BgClassName
{
background-color: #165A2E;
}
</style>
border-color css
<style>
span { border-color: #165A2E; }
span { border-color: rgb(22,90,46); }
td.TdClassName
{
border-color: #165A2E;
}
.TagClassName
{
border-color: #165A2E;
}
</style>