#748A3C

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

Shades of Wasabi #748A3C

Tints of Wasabi #748A3C

Color information

#748A3C (or 0x748A3C) is unknown color: approx Wasabi. HEX triplet: 74, 8A and 3C. RGB value is (116,138,60). Sum of RGB (Red+Green+Blue) = 116+138+60=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #748A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748A3C is #8B75C3. Grayscale: #7A7A7A. Windows color (decimal): -9139652 or 3967604. OLE color: 3967604.

HSL color Cylindrical-coordinate representation of color #748A3C: hue angle of 76.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #748A3C is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB11613860-
CMYK0.1600.570.46
HSL76.92º39.39%38.82%-
HSV(B)76.92º56.52%54.12%-
XYZ17.1122.227.66-
YUV122.5392.71123.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=36.94%
G=43.95%
B=19.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116138600.1600.570.4676.9239.3938.82
Hex748A3C100392E4d2727
Octal1642127420071561154747
Binary1110100100010101111001000001110011011101001101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748A3C; }

 p { color: rgb(116,138,60); }

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

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

 a { background-color: rgb(116,138,60); }

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

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

 span { border-color: rgb(116,138,60); }

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