Shades of Sushi #839E38
Tints of Sushi #839E38
RGB
CMYK
RGB Variations
Color information
#839E38 (or 0x839E38) is known color: Sushi. HEX triplet: 83, 9E and 38. RGB value is (131,158,56). Sum of RGB (Red+Green+Blue) = 131+158+56=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #839E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839E38 is #7C61C7. Grayscale: #8A8A8A. Windows color (decimal): -8151496 or 3710595. OLE color: 3710595.
HSL color Cylindrical-coordinate representation of color #839E38: hue angle of 75.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #839E38 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 56 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.38 |
| HSL | 75.88º | 0.48% | 0.42% | - |
| HSV(B) | 75.88º | 0.65% | 0.62% | - |
| XYZ | 22.3 | 29.56 | 8.27 | - |
| YUV | 138.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 56 | 0.17 | 0 | 0.65 | 0.38 | 75.88 | 0.48 | 0.42 |
| Hex | 83 | 9E | 38 | 11 | 0 | 41 | 26 | 4C | 30 | 2A |
| Octal | 203 | 236 | 70 | 21 | 0 | 101 | 46 | 114 | 60 | 52 |
| Binary | 10000011 | 10011110 | 111000 | 10001 | 0 | 1000001 | 100110 | 1001100 | 110000 | 101010 |
Color Harmonies of #839E38
Complementary color
Monochromatic Colors of #839E38
Black with #839E38
Text Example
Text Example
White with #839E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E38; }
p { color: rgb(131,158,56); }
H1.HeaderClassName
{
color: #839E38;
}
.AnyTagClassName
{
color: #839E38;
}
</style>
background-color css
<style>
a { background-color: #839E38; }
a { background-color: rgb(131,158,56); }
div.DivClassName
{
background-color: #839E38;
}
.BgClassName
{
background-color: #839E38;
}
</style>
border-color css
<style>
span { border-color: #839E38; }
span { border-color: rgb(131,158,56); }
td.TdClassName
{
border-color: #839E38;
}
.TagClassName
{
border-color: #839E38;
}
</style>