Shades of Crusoe #165625
Tints of Crusoe #165625
RGB
CMYK
RGB Variations
Color information
#165625 (or 0x165625) is known color: Crusoe. HEX triplet: 16, 56 and 25. RGB value is (22,86,37). Sum of RGB (Red+Green+Blue) = 22+86+37=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 86 (33.98% from 255 or 59.31% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 86 - color contains mainly: green. Hex color #165625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165625 is #E9A9DA. Grayscale: #3D3D3D. Windows color (decimal): -15313371 or 2446870. OLE color: 2446870.
HSL color Cylindrical-coordinate representation of color #165625: hue angle of 134.06º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165625 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 86 | 37 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.66 |
| HSL | 134.06º | 0.59% | 0.21% | - |
| HSV(B) | 134.06º | 0.74% | 0.34% | - |
| XYZ | 3.99 | 6.96 | 2.88 | - |
| YUV | 61.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 37 | 0.74 | 0 | 0.57 | 0.66 | 134.06 | 0.59 | 0.21 |
| Hex | 16 | 56 | 25 | 4A | 0 | 39 | 42 | 86 | 3B | 15 |
| Octal | 26 | 126 | 45 | 112 | 0 | 71 | 102 | 206 | 73 | 25 |
| Binary | 10110 | 1010110 | 100101 | 1001010 | 0 | 111001 | 1000010 | 10000110 | 111011 | 10101 |
Color Harmonies of #165625
Complementary color
Monochromatic Colors of #165625
Black with #165625
Text Example
Text Example
White with #165625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165625; }
p { color: rgb(22,86,37); }
H1.HeaderClassName
{
color: #165625;
}
.AnyTagClassName
{
color: #165625;
}
</style>
background-color css
<style>
a { background-color: #165625; }
a { background-color: rgb(22,86,37); }
div.DivClassName
{
background-color: #165625;
}
.BgClassName
{
background-color: #165625;
}
</style>
border-color css
<style>
span { border-color: #165625; }
span { border-color: rgb(22,86,37); }
td.TdClassName
{
border-color: #165625;
}
.TagClassName
{
border-color: #165625;
}
</style>