Shades of Crusoe #165A2A
Tints of Crusoe #165A2A
RGB
CMYK
RGB Variations
Color information
#165A2A (or 0x165A2A) is known color: Crusoe. HEX triplet: 16, 5A and 2A. RGB value is (22,90,42). Sum of RGB (Red+Green+Blue) = 22+90+42=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 90 (35.55% from 255 or 58.44% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 90 - color contains mainly: green. Hex color #165A2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A2A is #E9A5D5. Grayscale: #404040. Windows color (decimal): -15312342 or 2775574. OLE color: 2775574.
HSL color Cylindrical-coordinate representation of color #165A2A: hue angle of 137.65º 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 #165A2A is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 42 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.65 |
| HSL | 137.65º | 0.61% | 0.22% | - |
| HSV(B) | 137.65º | 0.76% | 0.35% | - |
| XYZ | 4.4 | 7.65 | 3.43 | - |
| YUV | 64.2 | 115.47 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 42 | 0.76 | 0 | 0.53 | 0.65 | 137.65 | 0.61 | 0.22 |
| Hex | 16 | 5A | 2A | 4C | 0 | 35 | 41 | 8A | 3D | 16 |
| Octal | 26 | 132 | 52 | 114 | 0 | 65 | 101 | 212 | 75 | 26 |
| Binary | 10110 | 1011010 | 101010 | 1001100 | 0 | 110101 | 1000001 | 10001010 | 111101 | 10110 |
Color Harmonies of #165A2A
Complementary color
Monochromatic Colors of #165A2A
Black with #165A2A
Text Example
Text Example
White with #165A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A2A; }
p { color: rgb(22,90,42); }
H1.HeaderClassName
{
color: #165A2A;
}
.AnyTagClassName
{
color: #165A2A;
}
</style>
background-color css
<style>
a { background-color: #165A2A; }
a { background-color: rgb(22,90,42); }
div.DivClassName
{
background-color: #165A2A;
}
.BgClassName
{
background-color: #165A2A;
}
</style>
border-color css
<style>
span { border-color: #165A2A; }
span { border-color: rgb(22,90,42); }
td.TdClassName
{
border-color: #165A2A;
}
.TagClassName
{
border-color: #165A2A;
}
</style>