Shades of Wasabi #939E44
Tints of Wasabi #939E44
RGB
CMYK
RGB Variations
Color information
#939E44 (or 0x939E44) is known color: Wasabi. HEX triplet: 93, 9E and 44. RGB value is (147,158,68). Sum of RGB (Red+Green+Blue) = 147+158+68=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #939E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939E44 is #6C61BB. Grayscale: #909090. Windows color (decimal): -7102908 or 4497043. OLE color: 4497043.
HSL color Cylindrical-coordinate representation of color #939E44: hue angle of 67.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #939E44 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 158 | 68 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.38 |
| HSL | 67.33º | 0.4% | 0.44% | - |
| HSV(B) | 67.33º | 0.57% | 0.62% | - |
| XYZ | 25.3 | 31.07 | 10.13 | - |
| YUV | 144.45 | 84.86 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 68 | 0.07 | 0 | 0.57 | 0.38 | 67.33 | 0.4 | 0.44 |
| Hex | 93 | 9E | 44 | 7 | 0 | 39 | 26 | 43 | 28 | 2C |
| Octal | 223 | 236 | 104 | 7 | 0 | 71 | 46 | 103 | 50 | 54 |
| Binary | 10010011 | 10011110 | 1000100 | 111 | 0 | 111001 | 100110 | 1000011 | 101000 | 101100 |
Color Harmonies of #939E44
Complementary color
Monochromatic Colors of #939E44
Black with #939E44
Text Example
Text Example
White with #939E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939E44; }
p { color: rgb(147,158,68); }
H1.HeaderClassName
{
color: #939E44;
}
.AnyTagClassName
{
color: #939E44;
}
</style>
background-color css
<style>
a { background-color: #939E44; }
a { background-color: rgb(147,158,68); }
div.DivClassName
{
background-color: #939E44;
}
.BgClassName
{
background-color: #939E44;
}
</style>
border-color css
<style>
span { border-color: #939E44; }
span { border-color: rgb(147,158,68); }
td.TdClassName
{
border-color: #939E44;
}
.TagClassName
{
border-color: #939E44;
}
</style>