Shades of Crusoe #165230
Tints of Crusoe #165230
RGB
CMYK
RGB Variations
Color information
#165230 (or 0x165230) is known color: Crusoe. HEX triplet: 16, 52 and 30. RGB value is (22,82,48). Sum of RGB (Red+Green+Blue) = 22+82+48=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #165230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165230 is #E9ADCF. Grayscale: #3C3C3C. Windows color (decimal): -15314384 or 3166742. OLE color: 3166742.
HSL color Cylindrical-coordinate representation of color #165230: hue angle of 146º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165230 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 48 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.68 |
| HSL | 146º | 0.58% | 0.2% | - |
| HSV(B) | 146º | 0.73% | 0.32% | - |
| XYZ | 3.88 | 6.42 | 3.83 | - |
| YUV | 60.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 48 | 0.73 | 0 | 0.41 | 0.68 | 146 | 0.58 | 0.2 |
| Hex | 16 | 52 | 30 | 49 | 0 | 29 | 44 | 92 | 3A | 14 |
| Octal | 26 | 122 | 60 | 111 | 0 | 51 | 104 | 222 | 72 | 24 |
| Binary | 10110 | 1010010 | 110000 | 1001001 | 0 | 101001 | 1000100 | 10010010 | 111010 | 10100 |
Color Harmonies of #165230
Complementary color
Monochromatic Colors of #165230
Black with #165230
Text Example
Text Example
White with #165230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165230; }
p { color: rgb(22,82,48); }
H1.HeaderClassName
{
color: #165230;
}
.AnyTagClassName
{
color: #165230;
}
</style>
background-color css
<style>
a { background-color: #165230; }
a { background-color: rgb(22,82,48); }
div.DivClassName
{
background-color: #165230;
}
.BgClassName
{
background-color: #165230;
}
</style>
border-color css
<style>
span { border-color: #165230; }
span { border-color: rgb(22,82,48); }
td.TdClassName
{
border-color: #165230;
}
.TagClassName
{
border-color: #165230;
}
</style>