#939D35

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

Shades of Wasabi #939D35

Tints of Wasabi #939D35

Color information

#939D35 (or 0x939D35) is unknown color: approx Wasabi. HEX triplet: 93, 9D and 35. RGB value is (147,157,53). Sum of RGB (Red+Green+Blue) = 147+157+53=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #939D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939D35 is #6C62CA. Grayscale: #8E8E8E. Windows color (decimal): -7103179 or 3513747. OLE color: 3513747.

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

Color convert

RGB14715753-
CMYK0.0600.660.38
HSL65.77º49.52%41.18%-
HSV(B)65.77º66.24%61.57%-
XYZ24.7330.577.97-
YUV142.1577.69131.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.18%
GREEN value IS 157 (61.72% from 255) = 43.98%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=41.18%
G=43.98%
B=14.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147157530.0600.660.3865.7749.5241.18
Hex939D35604226423229
Octal2232356560102461026251
Binary1001001110011101110101110010000101001101000010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,157,53); }

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

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

 a { background-color: rgb(147,157,53); }

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

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

 span { border-color: rgb(147,157,53); }

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