Shades of Wasabi #839440
Tints of Wasabi #839440
RGB
CMYK
RGB Variations
Color information
#839440 (or 0x839440) is known color: Wasabi. HEX triplet: 83, 94 and 40. RGB value is (131,148,64). Sum of RGB (Red+Green+Blue) = 131+148+64=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #839440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839440 is #7C6BBF. Grayscale: #858585. Windows color (decimal): -8154048 or 4232323. OLE color: 4232323.
HSL color Cylindrical-coordinate representation of color #839440: hue angle of 72.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #839440 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 148 | 64 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.42 |
| HSL | 72.14º | 0.4% | 0.42% | - |
| HSV(B) | 72.14º | 0.57% | 0.58% | - |
| XYZ | 20.88 | 26.38 | 8.84 | - |
| YUV | 133.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 64 | 0.11 | 0 | 0.57 | 0.42 | 72.14 | 0.4 | 0.42 |
| Hex | 83 | 94 | 40 | B | 0 | 39 | 2A | 48 | 28 | 2A |
| Octal | 203 | 224 | 100 | 13 | 0 | 71 | 52 | 110 | 50 | 52 |
| Binary | 10000011 | 10010100 | 1000000 | 1011 | 0 | 111001 | 101010 | 1001000 | 101000 | 101010 |
Color Harmonies of #839440
Complementary color
Monochromatic Colors of #839440
Black with #839440
Text Example
Text Example
White with #839440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839440; }
p { color: rgb(131,148,64); }
H1.HeaderClassName
{
color: #839440;
}
.AnyTagClassName
{
color: #839440;
}
</style>
background-color css
<style>
a { background-color: #839440; }
a { background-color: rgb(131,148,64); }
div.DivClassName
{
background-color: #839440;
}
.BgClassName
{
background-color: #839440;
}
</style>
border-color css
<style>
span { border-color: #839440; }
span { border-color: rgb(131,148,64); }
td.TdClassName
{
border-color: #839440;
}
.TagClassName
{
border-color: #839440;
}
</style>