Shades of Crusoe #165C1D
Tints of Crusoe #165C1D
RGB
CMYK
RGB Variations
Color information
#165C1D (or 0x165C1D) is known color: Crusoe. HEX triplet: 16, 5C and 1D. RGB value is (22,92,29). Sum of RGB (Red+Green+Blue) = 22+92+29=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 92 (36.33% from 255 or 64.34% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 92 - color contains mainly: green. Hex color #165C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165C1D is #E9A3E2. Grayscale: #404040. Windows color (decimal): -15311843 or 1924118. OLE color: 1924118.
HSL color Cylindrical-coordinate representation of color #165C1D: hue angle of 126º 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 #165C1D is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 92 | 29 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.64 |
| HSL | 126º | 0.61% | 0.22% | - |
| HSV(B) | 126º | 0.76% | 0.36% | - |
| XYZ | 4.38 | 7.91 | 2.46 | - |
| YUV | 63.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 29 | 0.76 | 0 | 0.68 | 0.64 | 126 | 0.61 | 0.22 |
| Hex | 16 | 5C | 1D | 4C | 0 | 44 | 40 | 7E | 3D | 16 |
| Octal | 26 | 134 | 35 | 114 | 0 | 104 | 100 | 176 | 75 | 26 |
| Binary | 10110 | 1011100 | 11101 | 1001100 | 0 | 1000100 | 1000000 | 1111110 | 111101 | 10110 |
Color Harmonies of #165C1D
Complementary color
Monochromatic Colors of #165C1D
Black with #165C1D
Text Example
Text Example
White with #165C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C1D; }
p { color: rgb(22,92,29); }
H1.HeaderClassName
{
color: #165C1D;
}
.AnyTagClassName
{
color: #165C1D;
}
</style>
background-color css
<style>
a { background-color: #165C1D; }
a { background-color: rgb(22,92,29); }
div.DivClassName
{
background-color: #165C1D;
}
.BgClassName
{
background-color: #165C1D;
}
</style>
border-color css
<style>
span { border-color: #165C1D; }
span { border-color: rgb(22,92,29); }
td.TdClassName
{
border-color: #165C1D;
}
.TagClassName
{
border-color: #165C1D;
}
</style>