Shades of Crusoe #165325
Tints of Crusoe #165325
RGB
CMYK
RGB Variations
Color information
#165325 (or 0x165325) is known color: Crusoe. HEX triplet: 16, 53 and 25. RGB value is (22,83,37). Sum of RGB (Red+Green+Blue) = 22+83+37=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #165325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165325 is #E9ACDA. Grayscale: #3B3B3B. Windows color (decimal): -15314139 or 2446102. OLE color: 2446102.
HSL color Cylindrical-coordinate representation of color #165325: hue angle of 134.75º 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 #165325 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 83 | 37 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.67 |
| HSL | 134.75º | 0.58% | 0.21% | - |
| HSV(B) | 134.75º | 0.73% | 0.33% | - |
| XYZ | 3.76 | 6.49 | 2.81 | - |
| YUV | 59.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 37 | 0.73 | 0 | 0.55 | 0.67 | 134.75 | 0.58 | 0.21 |
| Hex | 16 | 53 | 25 | 49 | 0 | 37 | 43 | 87 | 3A | 15 |
| Octal | 26 | 123 | 45 | 111 | 0 | 67 | 103 | 207 | 72 | 25 |
| Binary | 10110 | 1010011 | 100101 | 1001001 | 0 | 110111 | 1000011 | 10000111 | 111010 | 10101 |
Color Harmonies of #165325
Complementary color
Monochromatic Colors of #165325
Black with #165325
Text Example
Text Example
White with #165325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165325; }
p { color: rgb(22,83,37); }
H1.HeaderClassName
{
color: #165325;
}
.AnyTagClassName
{
color: #165325;
}
</style>
background-color css
<style>
a { background-color: #165325; }
a { background-color: rgb(22,83,37); }
div.DivClassName
{
background-color: #165325;
}
.BgClassName
{
background-color: #165325;
}
</style>
border-color css
<style>
span { border-color: #165325; }
span { border-color: rgb(22,83,37); }
td.TdClassName
{
border-color: #165325;
}
.TagClassName
{
border-color: #165325;
}
</style>