Shades of Crusoe #165E2A
Tints of Crusoe #165E2A
RGB
CMYK
RGB Variations
Color information
#165E2A (or 0x165E2A) is known color: Crusoe. HEX triplet: 16, 5E and 2A. RGB value is (22,94,42). Sum of RGB (Red+Green+Blue) = 22+94+42=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 94 (37.11% from 255 or 59.49% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 94 - color contains mainly: green. Hex color #165E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165E2A is #E9A1D5. Grayscale: #424242. Windows color (decimal): -15311318 or 2776598. OLE color: 2776598.
HSL color Cylindrical-coordinate representation of color #165E2A: hue angle of 136.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165E2A is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 94 | 42 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.63 |
| HSL | 136.67º | 0.62% | 0.23% | - |
| HSV(B) | 136.67º | 0.77% | 0.37% | - |
| XYZ | 4.75 | 8.34 | 3.55 | - |
| YUV | 66.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 42 | 0.77 | 0 | 0.55 | 0.63 | 136.67 | 0.62 | 0.23 |
| Hex | 16 | 5E | 2A | 4D | 0 | 37 | 3F | 89 | 3E | 17 |
| Octal | 26 | 136 | 52 | 115 | 0 | 67 | 77 | 211 | 76 | 27 |
| Binary | 10110 | 1011110 | 101010 | 1001101 | 0 | 110111 | 111111 | 10001001 | 111110 | 10111 |
Color Harmonies of #165E2A
Complementary color
Monochromatic Colors of #165E2A
Black with #165E2A
Text Example
Text Example
White with #165E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E2A; }
p { color: rgb(22,94,42); }
H1.HeaderClassName
{
color: #165E2A;
}
.AnyTagClassName
{
color: #165E2A;
}
</style>
background-color css
<style>
a { background-color: #165E2A; }
a { background-color: rgb(22,94,42); }
div.DivClassName
{
background-color: #165E2A;
}
.BgClassName
{
background-color: #165E2A;
}
</style>
border-color css
<style>
span { border-color: #165E2A; }
span { border-color: rgb(22,94,42); }
td.TdClassName
{
border-color: #165E2A;
}
.TagClassName
{
border-color: #165E2A;
}
</style>