#738240

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

Shades of Wasabi #738240

Tints of Wasabi #738240

Color information

#738240 (or 0x738240) is unknown color: approx Wasabi. HEX triplet: 73, 82 and 40. RGB value is (115,130,64). Sum of RGB (Red+Green+Blue) = 115+130+64=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #738240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738240 is #8C7DBF. Grayscale: #767676. Windows color (decimal): -9207232 or 4227699. OLE color: 4227699.

HSL color Cylindrical-coordinate representation of color #738240: 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.51%. Process color model (Four color, CMYK) of #738240 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB11513064-
CMYK0.1200.510.49
HSL73.64º34.02%38.04%-
HSV(B)73.64º50.77%50.98%-
XYZ15.9819.987.86-
YUV117.9997.53125.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 64 (25.39% from 255) = 20.71%
R=37.22%
G=42.07%
B=20.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130640.1200.510.4973.6434.0238.04
Hex738240C033314a2226
Octal16320210014063611124246
Binary1110011100000101000000110001100111100011001010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738240; }

 p { color: rgb(115,130,64); }

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

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

 a { background-color: rgb(115,130,64); }

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

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

 span { border-color: rgb(115,130,64); }

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