#747E3B

Color #747E3B Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #747E3B

Tints of Wasabi #747E3B

Color information

#747E3B (or 0x747E3B) is unknown color: approx Wasabi. HEX triplet: 74, 7E and 3B. RGB value is (116,126,59). Sum of RGB (Red+Green+Blue) = 116+126+59=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #747E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747E3B is #8B81C4. Grayscale: #737373. Windows color (decimal): -9142725 or 3898996. OLE color: 3898996.

HSL color Cylindrical-coordinate representation of color #747E3B: hue angle of 68.96º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #747E3B is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB11612659-
CMYK0.0800.530.51
HSL68.96º36.22%36.27%-
HSV(B)68.96º53.17%49.41%-
XYZ15.4518.956.98-
YUV115.3796.19128.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 126 (49.61% from 255) = 41.86%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=38.54%
G=41.86%
B=19.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116126590.0800.530.5168.9636.2236.27
Hex747E3B803533452424
Octal1641767310065631054444
Binary11101001111110111011100001101011100111000101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747E3B; }

 p { color: rgb(116,126,59); }

 H1.HeaderClassName
 {
   color: #747E3B;
 }
 .AnyTagClassName
 {
   color: #747E3B;
 }
</style>
background-color css

<style>
 a { background-color: #747E3B; }

 a { background-color: rgb(116,126,59); }

 div.DivClassName
 {
   background-color: #747E3B;
 }
 .BgClassName
 {
   background-color: #747E3B;
 }
</style>
border-color css

<style>
 span { border-color: #747E3B; }

 span { border-color: rgb(116,126,59); }

 td.TdClassName
 {
   border-color: #747E3B;
 }
 .TagClassName
 {
   border-color: #747E3B;
 }
</style>