Shades of Wasabi #748539
Tints of Wasabi #748539
RGB
CMYK
RGB Variations
Color information
#748539 (or 0x748539) is known color: Wasabi. HEX triplet: 74, 85 and 39. RGB value is (116,133,57). Sum of RGB (Red+Green+Blue) = 116+133+57=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #748539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748539 is #8B7AC6. Grayscale: #777777. Windows color (decimal): -9140935 or 3769716. OLE color: 3769716.
HSL color Cylindrical-coordinate representation of color #748539: hue angle of 73.42º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #748539 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 57 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.48 |
| HSL | 73.42º | 0.4% | 0.37% | - |
| HSV(B) | 73.42º | 0.57% | 0.52% | - |
| XYZ | 16.33 | 20.78 | 7.02 | - |
| YUV | 119.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 57 | 0.13 | 0 | 0.57 | 0.48 | 73.42 | 0.4 | 0.37 |
| Hex | 74 | 85 | 39 | D | 0 | 39 | 30 | 49 | 28 | 25 |
| Octal | 164 | 205 | 71 | 15 | 0 | 71 | 60 | 111 | 50 | 45 |
| Binary | 1110100 | 10000101 | 111001 | 1101 | 0 | 111001 | 110000 | 1001001 | 101000 | 100101 |
Color Harmonies of #748539
Complementary color
Monochromatic Colors of #748539
Black with #748539
Text Example
Text Example
White with #748539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748539; }
p { color: rgb(116,133,57); }
H1.HeaderClassName
{
color: #748539;
}
.AnyTagClassName
{
color: #748539;
}
</style>
background-color css
<style>
a { background-color: #748539; }
a { background-color: rgb(116,133,57); }
div.DivClassName
{
background-color: #748539;
}
.BgClassName
{
background-color: #748539;
}
</style>
border-color css
<style>
span { border-color: #748539; }
span { border-color: rgb(116,133,57); }
td.TdClassName
{
border-color: #748539;
}
.TagClassName
{
border-color: #748539;
}
</style>