Shades of Crusoe #165A28
Tints of Crusoe #165A28
RGB
CMYK
RGB Variations
Color information
#165A28 (or 0x165A28) is known color: Crusoe. HEX triplet: 16, 5A and 28. RGB value is (22,90,40). Sum of RGB (Red+Green+Blue) = 22+90+40=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #165A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A28 is #E9A5D7. Grayscale: #404040. Windows color (decimal): -15312344 or 2644502. OLE color: 2644502.
HSL color Cylindrical-coordinate representation of color #165A28: hue angle of 135.88º 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 #165A28 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 40 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.65 |
| HSL | 135.88º | 0.61% | 0.22% | - |
| HSV(B) | 135.88º | 0.76% | 0.35% | - |
| XYZ | 4.37 | 7.64 | 3.25 | - |
| YUV | 63.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 40 | 0.76 | 0 | 0.56 | 0.65 | 135.88 | 0.61 | 0.22 |
| Hex | 16 | 5A | 28 | 4C | 0 | 38 | 41 | 88 | 3D | 16 |
| Octal | 26 | 132 | 50 | 114 | 0 | 70 | 101 | 210 | 75 | 26 |
| Binary | 10110 | 1011010 | 101000 | 1001100 | 0 | 111000 | 1000001 | 10001000 | 111101 | 10110 |
Color Harmonies of #165A28
Complementary color
Monochromatic Colors of #165A28
Black with #165A28
Text Example
Text Example
White with #165A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A28; }
p { color: rgb(22,90,40); }
H1.HeaderClassName
{
color: #165A28;
}
.AnyTagClassName
{
color: #165A28;
}
</style>
background-color css
<style>
a { background-color: #165A28; }
a { background-color: rgb(22,90,40); }
div.DivClassName
{
background-color: #165A28;
}
.BgClassName
{
background-color: #165A28;
}
</style>
border-color css
<style>
span { border-color: #165A28; }
span { border-color: rgb(22,90,40); }
td.TdClassName
{
border-color: #165A28;
}
.TagClassName
{
border-color: #165A28;
}
</style>