#939E42

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

Shades of Wasabi #939E42

Tints of Wasabi #939E42

Color information

#939E42 (or 0x939E42) is unknown color: approx Wasabi. HEX triplet: 93, 9E and 42. RGB value is (147,158,66). Sum of RGB (Red+Green+Blue) = 147+158+66=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #939E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939E42 is #6C61BD. Grayscale: #909090. Windows color (decimal): -7102910 or 4365971. OLE color: 4365971.

HSL color Cylindrical-coordinate representation of color #939E42: hue angle of 67.17º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #939E42 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB14715866-
CMYK0.0700.580.38
HSL67.17º41.07%43.92%-
HSV(B)67.17º58.23%61.96%-
XYZ25.2431.059.82-
YUV144.2283.86129.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.62%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=39.62%
G=42.59%
B=17.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147158660.0700.580.3867.1741.0743.92
Hex939E42703A2643292c
Octal2232361027072461035154
Binary1001001110011110100001011101110101001101000011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,158,66); }

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

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

 a { background-color: rgb(147,158,66); }

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

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

 span { border-color: rgb(147,158,66); }

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