#748941

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

Shades of Wasabi #748941

Tints of Wasabi #748941

Color information

#748941 (or 0x748941) is unknown color: approx Wasabi. HEX triplet: 74, 89 and 41. RGB value is (116,137,65). Sum of RGB (Red+Green+Blue) = 116+137+65=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #748941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748941 is #8B76BE. Grayscale: #7A7A7A. Windows color (decimal): -9139903 or 4295028. OLE color: 4295028.

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

Color convert

RGB11613765-
CMYK0.1500.530.46
HSL77.5º35.64%39.61%-
HSV(B)77.5º52.55%53.73%-
XYZ17.121.998.34-
YUV122.5195.54123.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=36.48%
G=43.08%
B=20.44%

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
Decimal116137650.1500.530.4677.535.6439.61
Hex748941F0352E4e2428
Octal16421110117065561164450
Binary1110100100010011000001111101101011011101001110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748941; }

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

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

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

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

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

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

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

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