#748240

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

Shades of Wasabi #748240

Tints of Wasabi #748240

Color information

#748240 (or 0x748240) is unknown color: approx Wasabi. HEX triplet: 74, 82 and 40. RGB value is (116,130,64). Sum of RGB (Red+Green+Blue) = 116+130+64=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #748240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748240 is #8B7DBF. Grayscale: #767676. Windows color (decimal): -9141696 or 4227700. OLE color: 4227700.

HSL color Cylindrical-coordinate representation of color #748240: hue angle of 72.73º 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 #748240 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB11613064-
CMYK0.1100.510.49
HSL72.73º34.02%38.04%-
HSV(B)72.73º50.77%50.98%-
XYZ16.1120.057.87-
YUV118.2997.36126.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=37.42%
G=41.94%
B=20.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130640.1100.510.4972.7334.0238.04
Hex748240B03331492226
Octal16420210013063611114246
Binary1110100100000101000000101101100111100011001001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748240; }

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

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

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

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

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

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

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

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