Shades of Crusoe #165735
Tints of Crusoe #165735
RGB
CMYK
RGB Variations
Color information
#165735 (or 0x165735) is known color: Crusoe. HEX triplet: 16, 57 and 35. RGB value is (22,87,53). Sum of RGB (Red+Green+Blue) = 22+87+53=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #165735 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165735 is #E9A8CA. Grayscale: #3F3F3F. Windows color (decimal): -15313099 or 3495702. OLE color: 3495702.
HSL color Cylindrical-coordinate representation of color #165735: hue angle of 148.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165735 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 87 | 53 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.66 |
| HSL | 148.62º | 0.6% | 0.21% | - |
| HSV(B) | 148.62º | 0.75% | 0.34% | - |
| XYZ | 4.38 | 7.24 | 4.54 | - |
| YUV | 63.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 53 | 0.75 | 0 | 0.39 | 0.66 | 148.62 | 0.6 | 0.21 |
| Hex | 16 | 57 | 35 | 4B | 0 | 27 | 42 | 95 | 3C | 15 |
| Octal | 26 | 127 | 65 | 113 | 0 | 47 | 102 | 225 | 74 | 25 |
| Binary | 10110 | 1010111 | 110101 | 1001011 | 0 | 100111 | 1000010 | 10010101 | 111100 | 10101 |
Color Harmonies of #165735
Complementary color
Monochromatic Colors of #165735
Black with #165735
Text Example
Text Example
White with #165735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165735; }
p { color: rgb(22,87,53); }
H1.HeaderClassName
{
color: #165735;
}
.AnyTagClassName
{
color: #165735;
}
</style>
background-color css
<style>
a { background-color: #165735; }
a { background-color: rgb(22,87,53); }
div.DivClassName
{
background-color: #165735;
}
.BgClassName
{
background-color: #165735;
}
</style>
border-color css
<style>
span { border-color: #165735; }
span { border-color: rgb(22,87,53); }
td.TdClassName
{
border-color: #165735;
}
.TagClassName
{
border-color: #165735;
}
</style>