#748940

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

Shades of Wasabi #748940

Tints of Wasabi #748940

Color information

#748940 (or 0x748940) is unknown color: approx Wasabi. HEX triplet: 74, 89 and 40. RGB value is (116,137,64). Sum of RGB (Red+Green+Blue) = 116+137+64=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #748940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748940 is #8B76BF. Grayscale: #7A7A7A. Windows color (decimal): -9139904 or 4229492. OLE color: 4229492.

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

Color convert

RGB11613764-
CMYK0.1500.530.46
HSL77.26º36.32%39.41%-
HSV(B)77.26º53.28%53.73%-
XYZ17.0721.978.19-
YUV122.495.04123.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=36.59%
G=43.22%
B=20.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116137640.1500.530.4677.2636.3239.41
Hex748940F0352E4d2427
Octal16421110017065561154447
Binary1110100100010011000000111101101011011101001101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748940; }

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

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

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

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

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

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

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

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