#738D3A

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

Shades of Wasabi #738D3A

Tints of Wasabi #738D3A

Color information

#738D3A (or 0x738D3A) is unknown color: approx Wasabi. HEX triplet: 73, 8D and 3A. RGB value is (115,141,58). Sum of RGB (Red+Green+Blue) = 115+141+58=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #738D3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738D3A is #8C72C5. Grayscale: #7C7C7C. Windows color (decimal): -9204422 or 3837299. OLE color: 3837299.

HSL color Cylindrical-coordinate representation of color #738D3A: hue angle of 78.8º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #738D3A is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB11514158-
CMYK0.1800.590.45
HSL78.8º41.71%39.02%-
HSV(B)78.8º58.87%55.29%-
XYZ17.36237.53-
YUV123.7690.89121.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=36.62%
G=44.90%
B=18.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115141580.1800.590.4578.841.7139.02
Hex738D3A1203B2D4f2a27
Octal1632157222073551175247
Binary1110011100011011110101001001110111011011001111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738D3A; }

 p { color: rgb(115,141,58); }

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

<style>
 a { background-color: #738D3A; }

 a { background-color: rgb(115,141,58); }

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

<style>
 span { border-color: #738D3A; }

 span { border-color: rgb(115,141,58); }

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