Shades of Crusoe #165C2E
Tints of Crusoe #165C2E
RGB
CMYK
RGB Variations
Color information
#165C2E (or 0x165C2E) is known color: Crusoe. HEX triplet: 16, 5C and 2E. RGB value is (22,92,46). Sum of RGB (Red+Green+Blue) = 22+92+46=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 92 (36.33% from 255 or 57.5% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 92 - color contains mainly: green. Hex color #165C2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165C2E is #E9A3D1. Grayscale: #414141. Windows color (decimal): -15311826 or 3038230. OLE color: 3038230.
HSL color Cylindrical-coordinate representation of color #165C2E: hue angle of 140.57º 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 #165C2E is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 92 | 46 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.64 |
| HSL | 140.57º | 0.61% | 0.22% | - |
| HSV(B) | 140.57º | 0.76% | 0.36% | - |
| XYZ | 4.65 | 8.02 | 3.89 | - |
| YUV | 65.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 46 | 0.76 | 0 | 0.50 | 0.64 | 140.57 | 0.61 | 0.22 |
| Hex | 16 | 5C | 2E | 4C | 0 | 32 | 40 | 8D | 3D | 16 |
| Octal | 26 | 134 | 56 | 114 | 0 | 62 | 100 | 215 | 75 | 26 |
| Binary | 10110 | 1011100 | 101110 | 1001100 | 0 | 110010 | 1000000 | 10001101 | 111101 | 10110 |
Color Harmonies of #165C2E
Complementary color
Monochromatic Colors of #165C2E
Black with #165C2E
Text Example
Text Example
White with #165C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C2E; }
p { color: rgb(22,92,46); }
H1.HeaderClassName
{
color: #165C2E;
}
.AnyTagClassName
{
color: #165C2E;
}
</style>
background-color css
<style>
a { background-color: #165C2E; }
a { background-color: rgb(22,92,46); }
div.DivClassName
{
background-color: #165C2E;
}
.BgClassName
{
background-color: #165C2E;
}
</style>
border-color css
<style>
span { border-color: #165C2E; }
span { border-color: rgb(22,92,46); }
td.TdClassName
{
border-color: #165C2E;
}
.TagClassName
{
border-color: #165C2E;
}
</style>