Shades of Crusoe #165F34
Tints of Crusoe #165F34
RGB
CMYK
RGB Variations
Color information
#165F34 (or 0x165F34) is known color: Crusoe. HEX triplet: 16, 5F and 34. RGB value is (22,95,52). Sum of RGB (Red+Green+Blue) = 22+95+52=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 95 (37.5% from 255 or 56.21% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 95 - color contains mainly: green. Hex color #165F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165F34 is #E9A0CB. Grayscale: #444444. Windows color (decimal): -15311052 or 3432214. OLE color: 3432214.
HSL color Cylindrical-coordinate representation of color #165F34: hue angle of 144.66º 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 #165F34 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 95 | 52 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.63 |
| HSL | 144.66º | 0.62% | 0.23% | - |
| HSV(B) | 144.66º | 0.77% | 0.37% | - |
| XYZ | 5.04 | 8.6 | 4.64 | - |
| YUV | 68.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 52 | 0.77 | 0 | 0.45 | 0.63 | 144.66 | 0.62 | 0.23 |
| Hex | 16 | 5F | 34 | 4D | 0 | 2D | 3F | 91 | 3E | 17 |
| Octal | 26 | 137 | 64 | 115 | 0 | 55 | 77 | 221 | 76 | 27 |
| Binary | 10110 | 1011111 | 110100 | 1001101 | 0 | 101101 | 111111 | 10010001 | 111110 | 10111 |
Color Harmonies of #165F34
Complementary color
Monochromatic Colors of #165F34
Black with #165F34
Text Example
Text Example
White with #165F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F34; }
p { color: rgb(22,95,52); }
H1.HeaderClassName
{
color: #165F34;
}
.AnyTagClassName
{
color: #165F34;
}
</style>
background-color css
<style>
a { background-color: #165F34; }
a { background-color: rgb(22,95,52); }
div.DivClassName
{
background-color: #165F34;
}
.BgClassName
{
background-color: #165F34;
}
</style>
border-color css
<style>
span { border-color: #165F34; }
span { border-color: rgb(22,95,52); }
td.TdClassName
{
border-color: #165F34;
}
.TagClassName
{
border-color: #165F34;
}
</style>