#949F40

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

Shades of Wasabi #949F40

Tints of Wasabi #949F40

Color information

#949F40 (or 0x949F40) is unknown color: approx Wasabi. HEX triplet: 94, 9F and 40. RGB value is (148,159,64). Sum of RGB (Red+Green+Blue) = 148+159+64=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #949F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949F40 is #6B60BF. Grayscale: #919191. Windows color (decimal): -7037120 or 4235156. OLE color: 4235156.

HSL color Cylindrical-coordinate representation of color #949F40: hue angle of 66.95º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #949F40 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB14815964-
CMYK0.0700.600.38
HSL66.95º42.6%43.73%-
HSV(B)66.95º59.75%62.35%-
XYZ25.5431.469.58-
YUV144.8882.36130.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=39.89%
G=42.86%
B=17.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148159640.0700.600.3866.9542.643.73
Hex949F40703C26432b2c
Octal2242371007074461035354
Binary1001010010011111100000011101111001001101000011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949F40; }

 p { color: rgb(148,159,64); }

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

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

 a { background-color: rgb(148,159,64); }

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

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

 span { border-color: rgb(148,159,64); }

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