Shades of Crusoe #165F2D
Tints of Crusoe #165F2D
RGB
CMYK
RGB Variations
Color information
#165F2D (or 0x165F2D) is known color: Crusoe. HEX triplet: 16, 5F and 2D. RGB value is (22,95,45). Sum of RGB (Red+Green+Blue) = 22+95+45=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 95 (37.5% from 255 or 58.64% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 95 - color contains mainly: green. Hex color #165F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165F2D is #E9A0D2. Grayscale: #434343. Windows color (decimal): -15311059 or 2973462. OLE color: 2973462.
HSL color Cylindrical-coordinate representation of color #165F2D: hue angle of 138.9º 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 #165F2D is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 95 | 45 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.63 |
| HSL | 138.9º | 0.62% | 0.23% | - |
| HSV(B) | 138.9º | 0.77% | 0.37% | - |
| XYZ | 4.9 | 8.54 | 3.87 | - |
| YUV | 67.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 45 | 0.77 | 0 | 0.53 | 0.63 | 138.9 | 0.62 | 0.23 |
| Hex | 16 | 5F | 2D | 4D | 0 | 35 | 3F | 8B | 3E | 17 |
| Octal | 26 | 137 | 55 | 115 | 0 | 65 | 77 | 213 | 76 | 27 |
| Binary | 10110 | 1011111 | 101101 | 1001101 | 0 | 110101 | 111111 | 10001011 | 111110 | 10111 |
Color Harmonies of #165F2D
Complementary color
Monochromatic Colors of #165F2D
Black with #165F2D
Text Example
Text Example
White with #165F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F2D; }
p { color: rgb(22,95,45); }
H1.HeaderClassName
{
color: #165F2D;
}
.AnyTagClassName
{
color: #165F2D;
}
</style>
background-color css
<style>
a { background-color: #165F2D; }
a { background-color: rgb(22,95,45); }
div.DivClassName
{
background-color: #165F2D;
}
.BgClassName
{
background-color: #165F2D;
}
</style>
border-color css
<style>
span { border-color: #165F2D; }
span { border-color: rgb(22,95,45); }
td.TdClassName
{
border-color: #165F2D;
}
.TagClassName
{
border-color: #165F2D;
}
</style>