Shades of Crusoe #165A20
Tints of Crusoe #165A20
RGB
CMYK
RGB Variations
Color information
#165A20 (or 0x165A20) is known color: Crusoe. HEX triplet: 16, 5A and 20. RGB value is (22,90,32). Sum of RGB (Red+Green+Blue) = 22+90+32=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #165A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A20 is #E9A5DF. Grayscale: #3F3F3F. Windows color (decimal): -15312352 or 2120214. OLE color: 2120214.
HSL color Cylindrical-coordinate representation of color #165A20: hue angle of 128.82º 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 #165A20 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 32 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.65 |
| HSL | 128.82º | 0.61% | 0.22% | - |
| HSV(B) | 128.82º | 0.76% | 0.35% | - |
| XYZ | 4.25 | 7.59 | 2.61 | - |
| YUV | 63.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 32 | 0.76 | 0 | 0.64 | 0.65 | 128.82 | 0.61 | 0.22 |
| Hex | 16 | 5A | 20 | 4C | 0 | 40 | 41 | 81 | 3D | 16 |
| Octal | 26 | 132 | 40 | 114 | 0 | 100 | 101 | 201 | 75 | 26 |
| Binary | 10110 | 1011010 | 100000 | 1001100 | 0 | 1000000 | 1000001 | 10000001 | 111101 | 10110 |
Color Harmonies of #165A20
Complementary color
Monochromatic Colors of #165A20
Black with #165A20
Text Example
Text Example
White with #165A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A20; }
p { color: rgb(22,90,32); }
H1.HeaderClassName
{
color: #165A20;
}
.AnyTagClassName
{
color: #165A20;
}
</style>
background-color css
<style>
a { background-color: #165A20; }
a { background-color: rgb(22,90,32); }
div.DivClassName
{
background-color: #165A20;
}
.BgClassName
{
background-color: #165A20;
}
</style>
border-color css
<style>
span { border-color: #165A20; }
span { border-color: rgb(22,90,32); }
td.TdClassName
{
border-color: #165A20;
}
.TagClassName
{
border-color: #165A20;
}
</style>