Shades of Crusoe #165D32
Tints of Crusoe #165D32
RGB
CMYK
RGB Variations
Color information
#165D32 (or 0x165D32) is known color: Crusoe. HEX triplet: 16, 5D and 32. RGB value is (22,93,50). Sum of RGB (Red+Green+Blue) = 22+93+50=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #165D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165D32 is #E9A2CD. Grayscale: #424242. Windows color (decimal): -15311566 or 3300630. OLE color: 3300630.
HSL color Cylindrical-coordinate representation of color #165D32: hue angle of 143.66º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165D32 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 93 | 50 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.64 |
| HSL | 143.66º | 0.62% | 0.23% | - |
| HSV(B) | 143.66º | 0.76% | 0.36% | - |
| XYZ | 4.82 | 8.23 | 4.35 | - |
| YUV | 66.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 50 | 0.76 | 0 | 0.46 | 0.64 | 143.66 | 0.62 | 0.23 |
| Hex | 16 | 5D | 32 | 4C | 0 | 2E | 40 | 90 | 3E | 17 |
| Octal | 26 | 135 | 62 | 114 | 0 | 56 | 100 | 220 | 76 | 27 |
| Binary | 10110 | 1011101 | 110010 | 1001100 | 0 | 101110 | 1000000 | 10010000 | 111110 | 10111 |
Color Harmonies of #165D32
Complementary color
Monochromatic Colors of #165D32
Black with #165D32
Text Example
Text Example
White with #165D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D32; }
p { color: rgb(22,93,50); }
H1.HeaderClassName
{
color: #165D32;
}
.AnyTagClassName
{
color: #165D32;
}
</style>
background-color css
<style>
a { background-color: #165D32; }
a { background-color: rgb(22,93,50); }
div.DivClassName
{
background-color: #165D32;
}
.BgClassName
{
background-color: #165D32;
}
</style>
border-color css
<style>
span { border-color: #165D32; }
span { border-color: rgb(22,93,50); }
td.TdClassName
{
border-color: #165D32;
}
.TagClassName
{
border-color: #165D32;
}
</style>