Shades of Crusoe #165D31
Tints of Crusoe #165D31
RGB
CMYK
RGB Variations
Color information
#165D31 (or 0x165D31) is known color: Crusoe. HEX triplet: 16, 5D and 31. RGB value is (22,93,49). Sum of RGB (Red+Green+Blue) = 22+93+49=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 93 (36.72% from 255 or 56.71% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 93 - color contains mainly: green. Hex color #165D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165D31 is #E9A2CE. Grayscale: #424242. Windows color (decimal): -15311567 or 3235094. OLE color: 3235094.
HSL color Cylindrical-coordinate representation of color #165D31: hue angle of 142.82º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165D31 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 93 | 49 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.64 |
| HSL | 142.82º | 0.62% | 0.23% | - |
| HSV(B) | 142.82º | 0.76% | 0.36% | - |
| XYZ | 4.8 | 8.22 | 4.24 | - |
| YUV | 66.76 | 117.98 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 49 | 0.76 | 0 | 0.47 | 0.64 | 142.82 | 0.62 | 0.23 |
| Hex | 16 | 5D | 31 | 4C | 0 | 2F | 40 | 8F | 3E | 17 |
| Octal | 26 | 135 | 61 | 114 | 0 | 57 | 100 | 217 | 76 | 27 |
| Binary | 10110 | 1011101 | 110001 | 1001100 | 0 | 101111 | 1000000 | 10001111 | 111110 | 10111 |
Color Harmonies of #165D31
Complementary color
Monochromatic Colors of #165D31
Black with #165D31
Text Example
Text Example
White with #165D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D31; }
p { color: rgb(22,93,49); }
H1.HeaderClassName
{
color: #165D31;
}
.AnyTagClassName
{
color: #165D31;
}
</style>
background-color css
<style>
a { background-color: #165D31; }
a { background-color: rgb(22,93,49); }
div.DivClassName
{
background-color: #165D31;
}
.BgClassName
{
background-color: #165D31;
}
</style>
border-color css
<style>
span { border-color: #165D31; }
span { border-color: rgb(22,93,49); }
td.TdClassName
{
border-color: #165D31;
}
.TagClassName
{
border-color: #165D31;
}
</style>