Shades of Sushi #839D3D
Tints of Sushi #839D3D
RGB
CMYK
RGB Variations
Color information
#839D3D (or 0x839D3D) is known color: Sushi. HEX triplet: 83, 9D and 3D. RGB value is (131,157,61). Sum of RGB (Red+Green+Blue) = 131+157+61=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #839D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839D3D is #7C62C2. Grayscale: #8A8A8A. Windows color (decimal): -8151747 or 4038019. OLE color: 4038019.
HSL color Cylindrical-coordinate representation of color #839D3D: hue angle of 76.25º 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 #839D3D is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 157 | 61 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.38 |
| HSL | 76.25º | 0.44% | 0.43% | - |
| HSV(B) | 76.25º | 0.61% | 0.62% | - |
| XYZ | 22.26 | 29.28 | 8.89 | - |
| YUV | 138.28 | 84.39 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 61 | 0.17 | 0 | 0.61 | 0.38 | 76.25 | 0.44 | 0.43 |
| Hex | 83 | 9D | 3D | 11 | 0 | 3D | 26 | 4C | 2C | 2B |
| Octal | 203 | 235 | 75 | 21 | 0 | 75 | 46 | 114 | 54 | 53 |
| Binary | 10000011 | 10011101 | 111101 | 10001 | 0 | 111101 | 100110 | 1001100 | 101100 | 101011 |
Color Harmonies of #839D3D
Complementary color
Monochromatic Colors of #839D3D
Black with #839D3D
Text Example
Text Example
White with #839D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839D3D; }
p { color: rgb(131,157,61); }
H1.HeaderClassName
{
color: #839D3D;
}
.AnyTagClassName
{
color: #839D3D;
}
</style>
background-color css
<style>
a { background-color: #839D3D; }
a { background-color: rgb(131,157,61); }
div.DivClassName
{
background-color: #839D3D;
}
.BgClassName
{
background-color: #839D3D;
}
</style>
border-color css
<style>
span { border-color: #839D3D; }
span { border-color: rgb(131,157,61); }
td.TdClassName
{
border-color: #839D3D;
}
.TagClassName
{
border-color: #839D3D;
}
</style>