#939F4A

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

Shades of Wasabi #939F4A

Tints of Wasabi #939F4A

Color information

#939F4A (or 0x939F4A) is unknown color: approx Wasabi. HEX triplet: 93, 9F and 4A. RGB value is (147,159,74). Sum of RGB (Red+Green+Blue) = 147+159+74=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #939F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939F4A is #6C60B5. Grayscale: #929292. Windows color (decimal): -7102646 or 4890515. OLE color: 4890515.

HSL color Cylindrical-coordinate representation of color #939F4A: hue angle of 68.47º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #939F4A is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB14715974-
CMYK0.0800.530.38
HSL68.47º36.48%45.69%-
HSV(B)68.47º53.46%62.35%-
XYZ25.6731.4911.2-
YUV145.7287.52128.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 159 (62.5% from 255) = 41.84%
BLUE value IS 74 (29.30% from 255) = 19.47%
R=38.68%
G=41.84%
B=19.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147159740.0800.530.3868.4736.4845.69
Hex939F4A80352644242e
Octal22323711210065461044456
Binary10010011100111111001010100001101011001101000100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939F4A; }

 p { color: rgb(147,159,74); }

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

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

 a { background-color: rgb(147,159,74); }

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

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

 span { border-color: rgb(147,159,74); }

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