Shades of Crusoe #165A2B
Tints of Crusoe #165A2B
RGB
CMYK
RGB Variations
Color information
#165A2B (or 0x165A2B) is known color: Crusoe. HEX triplet: 16, 5A and 2B. RGB value is (22,90,43). Sum of RGB (Red+Green+Blue) = 22+90+43=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #165A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A2B is #E9A5D4. Grayscale: #404040. Windows color (decimal): -15312341 or 2841110. OLE color: 2841110.
HSL color Cylindrical-coordinate representation of color #165A2B: hue angle of 138.53º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165A2B is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 43 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.65 |
| HSL | 138.53º | 0.61% | 0.22% | - |
| HSV(B) | 138.53º | 0.76% | 0.35% | - |
| XYZ | 4.42 | 7.66 | 3.53 | - |
| YUV | 64.31 | 115.97 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 43 | 0.76 | 0 | 0.52 | 0.65 | 138.53 | 0.61 | 0.22 |
| Hex | 16 | 5A | 2B | 4C | 0 | 34 | 41 | 8B | 3D | 16 |
| Octal | 26 | 132 | 53 | 114 | 0 | 64 | 101 | 213 | 75 | 26 |
| Binary | 10110 | 1011010 | 101011 | 1001100 | 0 | 110100 | 1000001 | 10001011 | 111101 | 10110 |
Color Harmonies of #165A2B
Complementary color
Monochromatic Colors of #165A2B
Black with #165A2B
Text Example
Text Example
White with #165A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A2B; }
p { color: rgb(22,90,43); }
H1.HeaderClassName
{
color: #165A2B;
}
.AnyTagClassName
{
color: #165A2B;
}
</style>
background-color css
<style>
a { background-color: #165A2B; }
a { background-color: rgb(22,90,43); }
div.DivClassName
{
background-color: #165A2B;
}
.BgClassName
{
background-color: #165A2B;
}
</style>
border-color css
<style>
span { border-color: #165A2B; }
span { border-color: rgb(22,90,43); }
td.TdClassName
{
border-color: #165A2B;
}
.TagClassName
{
border-color: #165A2B;
}
</style>