Shades of Wasabi #748341
Tints of Wasabi #748341
RGB
CMYK
RGB Variations
Color information
#748341 (or 0x748341) is known color: Wasabi. HEX triplet: 74, 83 and 41. RGB value is (116,131,65). Sum of RGB (Red+Green+Blue) = 116+131+65=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #748341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748341 is #8B7CBE. Grayscale: #777777. Windows color (decimal): -9141439 or 4293492. OLE color: 4293492.
HSL color Cylindrical-coordinate representation of color #748341: hue angle of 73.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748341 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 65 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.49 |
| HSL | 73.64º | 0.34% | 0.38% | - |
| HSV(B) | 73.64º | 0.5% | 0.51% | - |
| XYZ | 16.27 | 20.33 | 8.07 | - |
| YUV | 118.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 65 | 0.11 | 0 | 0.50 | 0.49 | 73.64 | 0.34 | 0.38 |
| Hex | 74 | 83 | 41 | B | 0 | 32 | 31 | 4A | 22 | 26 |
| Octal | 164 | 203 | 101 | 13 | 0 | 62 | 61 | 112 | 42 | 46 |
| Binary | 1110100 | 10000011 | 1000001 | 1011 | 0 | 110010 | 110001 | 1001010 | 100010 | 100110 |
Color Harmonies of #748341
Complementary color
Monochromatic Colors of #748341
Black with #748341
Text Example
Text Example
White with #748341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748341; }
p { color: rgb(116,131,65); }
H1.HeaderClassName
{
color: #748341;
}
.AnyTagClassName
{
color: #748341;
}
</style>
background-color css
<style>
a { background-color: #748341; }
a { background-color: rgb(116,131,65); }
div.DivClassName
{
background-color: #748341;
}
.BgClassName
{
background-color: #748341;
}
</style>
border-color css
<style>
span { border-color: #748341; }
span { border-color: rgb(116,131,65); }
td.TdClassName
{
border-color: #748341;
}
.TagClassName
{
border-color: #748341;
}
</style>