Shades of Crusoe #165D26
Tints of Crusoe #165D26
RGB
CMYK
RGB Variations
Color information
#165D26 (or 0x165D26) is known color: Crusoe. HEX triplet: 16, 5D and 26. RGB value is (22,93,38). Sum of RGB (Red+Green+Blue) = 22+93+38=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 93 (36.72% from 255 or 60.78% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 93 - color contains mainly: green. Hex color #165D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165D26 is #E9A2D9. Grayscale: #414141. Windows color (decimal): -15311578 or 2514198. OLE color: 2514198.
HSL color Cylindrical-coordinate representation of color #165D26: hue angle of 133.52º 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 #165D26 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 93 | 38 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.64 |
| HSL | 133.52º | 0.62% | 0.23% | - |
| HSV(B) | 133.52º | 0.76% | 0.36% | - |
| XYZ | 4.6 | 8.14 | 3.16 | - |
| YUV | 65.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 38 | 0.76 | 0 | 0.59 | 0.64 | 133.52 | 0.62 | 0.23 |
| Hex | 16 | 5D | 26 | 4C | 0 | 3B | 40 | 86 | 3E | 17 |
| Octal | 26 | 135 | 46 | 114 | 0 | 73 | 100 | 206 | 76 | 27 |
| Binary | 10110 | 1011101 | 100110 | 1001100 | 0 | 111011 | 1000000 | 10000110 | 111110 | 10111 |
Color Harmonies of #165D26
Complementary color
Monochromatic Colors of #165D26
Black with #165D26
Text Example
Text Example
White with #165D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D26; }
p { color: rgb(22,93,38); }
H1.HeaderClassName
{
color: #165D26;
}
.AnyTagClassName
{
color: #165D26;
}
</style>
background-color css
<style>
a { background-color: #165D26; }
a { background-color: rgb(22,93,38); }
div.DivClassName
{
background-color: #165D26;
}
.BgClassName
{
background-color: #165D26;
}
</style>
border-color css
<style>
span { border-color: #165D26; }
span { border-color: rgb(22,93,38); }
td.TdClassName
{
border-color: #165D26;
}
.TagClassName
{
border-color: #165D26;
}
</style>