Shades of Crusoe #165126
Tints of Crusoe #165126
RGB
CMYK
RGB Variations
Color information
#165126 (or 0x165126) is known color: Crusoe. HEX triplet: 16, 51 and 26. RGB value is (22,81,38). Sum of RGB (Red+Green+Blue) = 22+81+38=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #165126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165126 is #E9AED9. Grayscale: #3A3A3A. Windows color (decimal): -15314650 or 2511126. OLE color: 2511126.
HSL color Cylindrical-coordinate representation of color #165126: hue angle of 136.27º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165126 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 38 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.68 |
| HSL | 136.27º | 0.57% | 0.2% | - |
| HSV(B) | 136.27º | 0.73% | 0.32% | - |
| XYZ | 3.62 | 6.2 | 2.84 | - |
| YUV | 58.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 38 | 0.73 | 0 | 0.53 | 0.68 | 136.27 | 0.57 | 0.2 |
| Hex | 16 | 51 | 26 | 49 | 0 | 35 | 44 | 88 | 39 | 14 |
| Octal | 26 | 121 | 46 | 111 | 0 | 65 | 104 | 210 | 71 | 24 |
| Binary | 10110 | 1010001 | 100110 | 1001001 | 0 | 110101 | 1000100 | 10001000 | 111001 | 10100 |
Color Harmonies of #165126
Complementary color
Monochromatic Colors of #165126
Black with #165126
Text Example
Text Example
White with #165126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165126; }
p { color: rgb(22,81,38); }
H1.HeaderClassName
{
color: #165126;
}
.AnyTagClassName
{
color: #165126;
}
</style>
background-color css
<style>
a { background-color: #165126; }
a { background-color: rgb(22,81,38); }
div.DivClassName
{
background-color: #165126;
}
.BgClassName
{
background-color: #165126;
}
</style>
border-color css
<style>
span { border-color: #165126; }
span { border-color: rgb(22,81,38); }
td.TdClassName
{
border-color: #165126;
}
.TagClassName
{
border-color: #165126;
}
</style>