Shades of Crusoe #165328
Tints of Crusoe #165328
RGB
CMYK
RGB Variations
Color information
#165328 (or 0x165328) is known color: Crusoe. HEX triplet: 16, 53 and 28. RGB value is (22,83,40). Sum of RGB (Red+Green+Blue) = 22+83+40=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #165328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165328 is #E9ACD7. Grayscale: #3B3B3B. Windows color (decimal): -15314136 or 2642710. OLE color: 2642710.
HSL color Cylindrical-coordinate representation of color #165328: hue angle of 137.7º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165328 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 83 | 40 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.67 |
| HSL | 137.7º | 0.58% | 0.21% | - |
| HSV(B) | 137.7º | 0.73% | 0.33% | - |
| XYZ | 3.81 | 6.51 | 3.06 | - |
| YUV | 59.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 40 | 0.73 | 0 | 0.52 | 0.67 | 137.7 | 0.58 | 0.21 |
| Hex | 16 | 53 | 28 | 49 | 0 | 34 | 43 | 8A | 3A | 15 |
| Octal | 26 | 123 | 50 | 111 | 0 | 64 | 103 | 212 | 72 | 25 |
| Binary | 10110 | 1010011 | 101000 | 1001001 | 0 | 110100 | 1000011 | 10001010 | 111010 | 10101 |
Color Harmonies of #165328
Complementary color
Monochromatic Colors of #165328
Black with #165328
Text Example
Text Example
White with #165328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165328; }
p { color: rgb(22,83,40); }
H1.HeaderClassName
{
color: #165328;
}
.AnyTagClassName
{
color: #165328;
}
</style>
background-color css
<style>
a { background-color: #165328; }
a { background-color: rgb(22,83,40); }
div.DivClassName
{
background-color: #165328;
}
.BgClassName
{
background-color: #165328;
}
</style>
border-color css
<style>
span { border-color: #165328; }
span { border-color: rgb(22,83,40); }
td.TdClassName
{
border-color: #165328;
}
.TagClassName
{
border-color: #165328;
}
</style>