#939934

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

Shades of Wasabi #939934

Tints of Wasabi #939934

Color information

#939934 (or 0x939934) is unknown color: approx Wasabi. HEX triplet: 93, 99 and 34. RGB value is (147,153,52). Sum of RGB (Red+Green+Blue) = 147+153+52=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #939934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939934 is #6C66CB. Grayscale: #8C8C8C. Windows color (decimal): -7104204 or 3447187. OLE color: 3447187.

HSL color Cylindrical-coordinate representation of color #939934: hue angle of 63.56º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #939934 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB14715352-
CMYK0.0400.660.4
HSL63.56º49.27%40.2%-
HSV(B)63.56º66.01%60%-
XYZ24.0429.237.62-
YUV139.6978.51133.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 153 (60.16% from 255) = 43.47%
BLUE value IS 52 (20.70% from 255) = 14.77%
R=41.76%
G=43.47%
B=14.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal147153520.0400.660.463.5649.2740.2
Hex939934404228403128
Octal2232316440102501006150
Binary1001001110011001110100100010000101010001000000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939934; }

 p { color: rgb(147,153,52); }

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

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

 a { background-color: rgb(147,153,52); }

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

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

 span { border-color: rgb(147,153,52); }

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