Shades of Green Smoke #939E52
Tints of Green Smoke #939E52
RGB
CMYK
RGB Variations
Color information
#939E52 (or 0x939E52) is known color: Green Smoke. HEX triplet: 93, 9E and 52. RGB value is (147,158,82). Sum of RGB (Red+Green+Blue) = 147+158+82=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #939E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939E52 is #6C61AD. Grayscale: #929292. Windows color (decimal): -7102894 or 5414547. OLE color: 5414547.
HSL color Cylindrical-coordinate representation of color #939E52: hue angle of 68.68º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #939E52 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 158 | 82 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.38 |
| HSL | 68.68º | 0.32% | 0.47% | - |
| HSV(B) | 68.68º | 0.48% | 0.62% | - |
| XYZ | 25.78 | 31.27 | 12.66 | - |
| YUV | 146.05 | 91.86 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 82 | 0.07 | 0 | 0.48 | 0.38 | 68.68 | 0.32 | 0.47 |
| Hex | 93 | 9E | 52 | 7 | 0 | 30 | 26 | 45 | 20 | 2F |
| Octal | 223 | 236 | 122 | 7 | 0 | 60 | 46 | 105 | 40 | 57 |
| Binary | 10010011 | 10011110 | 1010010 | 111 | 0 | 110000 | 100110 | 1000101 | 100000 | 101111 |
Color Harmonies of #939E52
Complementary color
Monochromatic Colors of #939E52
Black with #939E52
Text Example
Text Example
White with #939E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939E52; }
p { color: rgb(147,158,82); }
H1.HeaderClassName
{
color: #939E52;
}
.AnyTagClassName
{
color: #939E52;
}
</style>
background-color css
<style>
a { background-color: #939E52; }
a { background-color: rgb(147,158,82); }
div.DivClassName
{
background-color: #939E52;
}
.BgClassName
{
background-color: #939E52;
}
</style>
border-color css
<style>
span { border-color: #939E52; }
span { border-color: rgb(147,158,82); }
td.TdClassName
{
border-color: #939E52;
}
.TagClassName
{
border-color: #939E52;
}
</style>