Shades of Sushi #839E3E
Tints of Sushi #839E3E
RGB
CMYK
RGB Variations
Color information
#839E3E (or 0x839E3E) is known color: Sushi. HEX triplet: 83, 9E and 3E. RGB value is (131,158,62). Sum of RGB (Red+Green+Blue) = 131+158+62=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #839E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839E3E is #7C61C1. Grayscale: #8B8B8B. Windows color (decimal): -8151490 or 4103811. OLE color: 4103811.
HSL color Cylindrical-coordinate representation of color #839E3E: hue angle of 76.88º 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 #839E3E is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 62 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.38 |
| HSL | 76.88º | 0.44% | 0.43% | - |
| HSV(B) | 76.88º | 0.61% | 0.62% | - |
| XYZ | 22.46 | 29.63 | 9.09 | - |
| YUV | 138.98 | 84.55 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 62 | 0.17 | 0 | 0.61 | 0.38 | 76.88 | 0.44 | 0.43 |
| Hex | 83 | 9E | 3E | 11 | 0 | 3D | 26 | 4D | 2C | 2B |
| Octal | 203 | 236 | 76 | 21 | 0 | 75 | 46 | 115 | 54 | 53 |
| Binary | 10000011 | 10011110 | 111110 | 10001 | 0 | 111101 | 100110 | 1001101 | 101100 | 101011 |
Color Harmonies of #839E3E
Complementary color
Monochromatic Colors of #839E3E
Black with #839E3E
Text Example
Text Example
White with #839E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E3E; }
p { color: rgb(131,158,62); }
H1.HeaderClassName
{
color: #839E3E;
}
.AnyTagClassName
{
color: #839E3E;
}
</style>
background-color css
<style>
a { background-color: #839E3E; }
a { background-color: rgb(131,158,62); }
div.DivClassName
{
background-color: #839E3E;
}
.BgClassName
{
background-color: #839E3E;
}
</style>
border-color css
<style>
span { border-color: #839E3E; }
span { border-color: rgb(131,158,62); }
td.TdClassName
{
border-color: #839E3E;
}
.TagClassName
{
border-color: #839E3E;
}
</style>