Shades of Crusoe #165C2D
Tints of Crusoe #165C2D
RGB
CMYK
RGB Variations
Color information
#165C2D (or 0x165C2D) is known color: Crusoe. HEX triplet: 16, 5C and 2D. RGB value is (22,92,45). Sum of RGB (Red+Green+Blue) = 22+92+45=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #165C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165C2D is #E9A3D2. Grayscale: #414141. Windows color (decimal): -15311827 or 2972694. OLE color: 2972694.
HSL color Cylindrical-coordinate representation of color #165C2D: hue angle of 139.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165C2D is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 92 | 45 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.64 |
| HSL | 139.71º | 0.61% | 0.22% | - |
| HSV(B) | 139.71º | 0.76% | 0.36% | - |
| XYZ | 4.63 | 8.01 | 3.79 | - |
| YUV | 65.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 45 | 0.76 | 0 | 0.51 | 0.64 | 139.71 | 0.61 | 0.22 |
| Hex | 16 | 5C | 2D | 4C | 0 | 33 | 40 | 8C | 3D | 16 |
| Octal | 26 | 134 | 55 | 114 | 0 | 63 | 100 | 214 | 75 | 26 |
| Binary | 10110 | 1011100 | 101101 | 1001100 | 0 | 110011 | 1000000 | 10001100 | 111101 | 10110 |
Color Harmonies of #165C2D
Complementary color
Monochromatic Colors of #165C2D
Black with #165C2D
Text Example
Text Example
White with #165C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C2D; }
p { color: rgb(22,92,45); }
H1.HeaderClassName
{
color: #165C2D;
}
.AnyTagClassName
{
color: #165C2D;
}
</style>
background-color css
<style>
a { background-color: #165C2D; }
a { background-color: rgb(22,92,45); }
div.DivClassName
{
background-color: #165C2D;
}
.BgClassName
{
background-color: #165C2D;
}
</style>
border-color css
<style>
span { border-color: #165C2D; }
span { border-color: rgb(22,92,45); }
td.TdClassName
{
border-color: #165C2D;
}
.TagClassName
{
border-color: #165C2D;
}
</style>