Shades of Trendy Green #838B1D
Tints of Trendy Green #838B1D
RGB
CMYK
RGB Variations
Color information
#838B1D (or 0x838B1D) is known color: Trendy Green. HEX triplet: 83, 8B and 1D. RGB value is (131,139,29). Sum of RGB (Red+Green+Blue) = 131+139+29=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #838B1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838B1D is #7C74E2. Grayscale: #7C7C7C. Windows color (decimal): -8156387 or 1936259. OLE color: 1936259.
HSL color Cylindrical-coordinate representation of color #838B1D: hue angle of 64.36º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #838B1D is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 29 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.45 |
| HSL | 64.36º | 0.65% | 0.33% | - |
| HSV(B) | 64.36º | 0.79% | 0.55% | - |
| XYZ | 18.81 | 23.38 | 4.68 | - |
| YUV | 124.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 29 | 0.06 | 0 | 0.79 | 0.45 | 64.36 | 0.65 | 0.33 |
| Hex | 83 | 8B | 1D | 6 | 0 | 4F | 2D | 40 | 41 | 21 |
| Octal | 203 | 213 | 35 | 6 | 0 | 117 | 55 | 100 | 101 | 41 |
| Binary | 10000011 | 10001011 | 11101 | 110 | 0 | 1001111 | 101101 | 1000000 | 1000001 | 100001 |
Color Harmonies of #838B1D
Complementary color
Monochromatic Colors of #838B1D
Black with #838B1D
Text Example
Text Example
White with #838B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B1D; }
p { color: rgb(131,139,29); }
H1.HeaderClassName
{
color: #838B1D;
}
.AnyTagClassName
{
color: #838B1D;
}
</style>
background-color css
<style>
a { background-color: #838B1D; }
a { background-color: rgb(131,139,29); }
div.DivClassName
{
background-color: #838B1D;
}
.BgClassName
{
background-color: #838B1D;
}
</style>
border-color css
<style>
span { border-color: #838B1D; }
span { border-color: rgb(131,139,29); }
td.TdClassName
{
border-color: #838B1D;
}
.TagClassName
{
border-color: #838B1D;
}
</style>