Shades of Crusoe #165E35
Tints of Crusoe #165E35
RGB
CMYK
RGB Variations
Color information
#165E35 (or 0x165E35) is known color: Crusoe. HEX triplet: 16, 5E and 35. RGB value is (22,94,53). Sum of RGB (Red+Green+Blue) = 22+94+53=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 94 (37.11% from 255 or 55.62% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 94 - color contains mainly: green. Hex color #165E35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165E35 is #E9A1CA. Grayscale: #434343. Windows color (decimal): -15311307 or 3497494. OLE color: 3497494.
HSL color Cylindrical-coordinate representation of color #165E35: hue angle of 145.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165E35 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 94 | 53 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.63 |
| HSL | 145.83º | 0.62% | 0.23% | - |
| HSV(B) | 145.83º | 0.77% | 0.37% | - |
| XYZ | 4.98 | 8.43 | 4.73 | - |
| YUV | 67.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 53 | 0.77 | 0 | 0.44 | 0.63 | 145.83 | 0.62 | 0.23 |
| Hex | 16 | 5E | 35 | 4D | 0 | 2C | 3F | 92 | 3E | 17 |
| Octal | 26 | 136 | 65 | 115 | 0 | 54 | 77 | 222 | 76 | 27 |
| Binary | 10110 | 1011110 | 110101 | 1001101 | 0 | 101100 | 111111 | 10010010 | 111110 | 10111 |
Color Harmonies of #165E35
Complementary color
Monochromatic Colors of #165E35
Black with #165E35
Text Example
Text Example
White with #165E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E35; }
p { color: rgb(22,94,53); }
H1.HeaderClassName
{
color: #165E35;
}
.AnyTagClassName
{
color: #165E35;
}
</style>
background-color css
<style>
a { background-color: #165E35; }
a { background-color: rgb(22,94,53); }
div.DivClassName
{
background-color: #165E35;
}
.BgClassName
{
background-color: #165E35;
}
</style>
border-color css
<style>
span { border-color: #165E35; }
span { border-color: rgb(22,94,53); }
td.TdClassName
{
border-color: #165E35;
}
.TagClassName
{
border-color: #165E35;
}
</style>