Shades of Crusoe #165225
Tints of Crusoe #165225
RGB
CMYK
RGB Variations
Color information
#165225 (or 0x165225) is known color: Crusoe. HEX triplet: 16, 52 and 25. RGB value is (22,82,37). Sum of RGB (Red+Green+Blue) = 22+82+37=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #165225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165225 is #E9ADDA. Grayscale: #3B3B3B. Windows color (decimal): -15314395 or 2445846. OLE color: 2445846.
HSL color Cylindrical-coordinate representation of color #165225: hue angle of 135º degrees, saturation: 0.58, 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 #165225 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 37 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.68 |
| HSL | 135º | 0.58% | 0.2% | - |
| HSV(B) | 135º | 0.73% | 0.32% | - |
| XYZ | 3.68 | 6.34 | 2.78 | - |
| YUV | 58.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 37 | 0.73 | 0 | 0.55 | 0.68 | 135 | 0.58 | 0.2 |
| Hex | 16 | 52 | 25 | 49 | 0 | 37 | 44 | 87 | 3A | 14 |
| Octal | 26 | 122 | 45 | 111 | 0 | 67 | 104 | 207 | 72 | 24 |
| Binary | 10110 | 1010010 | 100101 | 1001001 | 0 | 110111 | 1000100 | 10000111 | 111010 | 10100 |
Color Harmonies of #165225
Complementary color
Monochromatic Colors of #165225
Black with #165225
Text Example
Text Example
White with #165225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165225; }
p { color: rgb(22,82,37); }
H1.HeaderClassName
{
color: #165225;
}
.AnyTagClassName
{
color: #165225;
}
</style>
background-color css
<style>
a { background-color: #165225; }
a { background-color: rgb(22,82,37); }
div.DivClassName
{
background-color: #165225;
}
.BgClassName
{
background-color: #165225;
}
</style>
border-color css
<style>
span { border-color: #165225; }
span { border-color: rgb(22,82,37); }
td.TdClassName
{
border-color: #165225;
}
.TagClassName
{
border-color: #165225;
}
</style>