Shades of Crusoe #165C1E
Tints of Crusoe #165C1E
RGB
CMYK
RGB Variations
Color information
#165C1E (or 0x165C1E) is known color: Crusoe. HEX triplet: 16, 5C and 1E. RGB value is (22,92,30). Sum of RGB (Red+Green+Blue) = 22+92+30=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 92 (36.33% from 255 or 63.89% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 92 - color contains mainly: green. Hex color #165C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165C1E is #E9A3E1. Grayscale: #404040. Windows color (decimal): -15311842 or 1989654. OLE color: 1989654.
HSL color Cylindrical-coordinate representation of color #165C1E: hue angle of 126.86º 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 #165C1E is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 92 | 30 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.64 |
| HSL | 126.86º | 0.61% | 0.22% | - |
| HSV(B) | 126.86º | 0.76% | 0.36% | - |
| XYZ | 4.39 | 7.92 | 2.53 | - |
| YUV | 64 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 30 | 0.76 | 0 | 0.67 | 0.64 | 126.86 | 0.61 | 0.22 |
| Hex | 16 | 5C | 1E | 4C | 0 | 43 | 40 | 7F | 3D | 16 |
| Octal | 26 | 134 | 36 | 114 | 0 | 103 | 100 | 177 | 75 | 26 |
| Binary | 10110 | 1011100 | 11110 | 1001100 | 0 | 1000011 | 1000000 | 1111111 | 111101 | 10110 |
Color Harmonies of #165C1E
Complementary color
Monochromatic Colors of #165C1E
Black with #165C1E
Text Example
Text Example
White with #165C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C1E; }
p { color: rgb(22,92,30); }
H1.HeaderClassName
{
color: #165C1E;
}
.AnyTagClassName
{
color: #165C1E;
}
</style>
background-color css
<style>
a { background-color: #165C1E; }
a { background-color: rgb(22,92,30); }
div.DivClassName
{
background-color: #165C1E;
}
.BgClassName
{
background-color: #165C1E;
}
</style>
border-color css
<style>
span { border-color: #165C1E; }
span { border-color: rgb(22,92,30); }
td.TdClassName
{
border-color: #165C1E;
}
.TagClassName
{
border-color: #165C1E;
}
</style>