Shades of Crusoe #165F1C
Tints of Crusoe #165F1C
RGB
CMYK
RGB Variations
Color information
#165F1C (or 0x165F1C) is known color: Crusoe. HEX triplet: 16, 5F and 1C. RGB value is (22,95,28). Sum of RGB (Red+Green+Blue) = 22+95+28=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 95 (37.5% from 255 or 65.52% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 95 - color contains mainly: green. Hex color #165F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165F1C is #E9A0E3. Grayscale: #414141. Windows color (decimal): -15311076 or 1859350. OLE color: 1859350.
HSL color Cylindrical-coordinate representation of color #165F1C: hue angle of 124.93º 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 #165F1C is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 95 | 28 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.63 |
| HSL | 124.93º | 0.62% | 0.23% | - |
| HSV(B) | 124.93º | 0.77% | 0.37% | - |
| XYZ | 4.63 | 8.44 | 2.48 | - |
| YUV | 65.54 | 106.82 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 28 | 0.77 | 0 | 0.71 | 0.63 | 124.93 | 0.62 | 0.23 |
| Hex | 16 | 5F | 1C | 4D | 0 | 47 | 3F | 7D | 3E | 17 |
| Octal | 26 | 137 | 34 | 115 | 0 | 107 | 77 | 175 | 76 | 27 |
| Binary | 10110 | 1011111 | 11100 | 1001101 | 0 | 1000111 | 111111 | 1111101 | 111110 | 10111 |
Color Harmonies of #165F1C
Complementary color
Monochromatic Colors of #165F1C
Black with #165F1C
Text Example
Text Example
White with #165F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F1C; }
p { color: rgb(22,95,28); }
H1.HeaderClassName
{
color: #165F1C;
}
.AnyTagClassName
{
color: #165F1C;
}
</style>
background-color css
<style>
a { background-color: #165F1C; }
a { background-color: rgb(22,95,28); }
div.DivClassName
{
background-color: #165F1C;
}
.BgClassName
{
background-color: #165F1C;
}
</style>
border-color css
<style>
span { border-color: #165F1C; }
span { border-color: rgb(22,95,28); }
td.TdClassName
{
border-color: #165F1C;
}
.TagClassName
{
border-color: #165F1C;
}
</style>