Shades of Sushi #839E3D
Tints of Sushi #839E3D
RGB
CMYK
RGB Variations
Color information
#839E3D (or 0x839E3D) is known color: Sushi. HEX triplet: 83, 9E and 3D. RGB value is (131,158,61). Sum of RGB (Red+Green+Blue) = 131+158+61=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #839E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839E3D is #7C61C2. Grayscale: #8B8B8B. Windows color (decimal): -8151491 or 4038275. OLE color: 4038275.
HSL color Cylindrical-coordinate representation of color #839E3D: hue angle of 76.7º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #839E3D is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 61 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.38 |
| HSL | 76.7º | 0.44% | 0.43% | - |
| HSV(B) | 76.7º | 0.61% | 0.62% | - |
| XYZ | 22.43 | 29.62 | 8.95 | - |
| YUV | 138.87 | 84.05 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 61 | 0.17 | 0 | 0.61 | 0.38 | 76.7 | 0.44 | 0.43 |
| Hex | 83 | 9E | 3D | 11 | 0 | 3D | 26 | 4D | 2C | 2B |
| Octal | 203 | 236 | 75 | 21 | 0 | 75 | 46 | 115 | 54 | 53 |
| Binary | 10000011 | 10011110 | 111101 | 10001 | 0 | 111101 | 100110 | 1001101 | 101100 | 101011 |
Color Harmonies of #839E3D
Complementary color
Monochromatic Colors of #839E3D
Black with #839E3D
Text Example
Text Example
White with #839E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E3D; }
p { color: rgb(131,158,61); }
H1.HeaderClassName
{
color: #839E3D;
}
.AnyTagClassName
{
color: #839E3D;
}
</style>
background-color css
<style>
a { background-color: #839E3D; }
a { background-color: rgb(131,158,61); }
div.DivClassName
{
background-color: #839E3D;
}
.BgClassName
{
background-color: #839E3D;
}
</style>
border-color css
<style>
span { border-color: #839E3D; }
span { border-color: rgb(131,158,61); }
td.TdClassName
{
border-color: #839E3D;
}
.TagClassName
{
border-color: #839E3D;
}
</style>