#939F3F

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

Shades of Wasabi #939F3F

Tints of Wasabi #939F3F

Color information

#939F3F (or 0x939F3F) is unknown color: approx Wasabi. HEX triplet: 93, 9F and 3F. RGB value is (147,159,63). Sum of RGB (Red+Green+Blue) = 147+159+63=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #939F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939F3F is #6C60C0. Grayscale: #909090. Windows color (decimal): -7102657 or 4169619. OLE color: 4169619.

HSL color Cylindrical-coordinate representation of color #939F3F: hue angle of 67.5º 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 #939F3F is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB14715963-
CMYK0.0800.600.38
HSL67.5º43.24%43.53%-
HSV(B)67.5º60.38%62.35%-
XYZ25.3331.369.42-
YUV144.4782.02129.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 159 (62.5% from 255) = 43.09%
BLUE value IS 63 (25% from 255) = 17.07%
R=39.84%
G=43.09%
B=17.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147159630.0800.600.3867.543.2443.53
Hex939F3F803C26442b2c
Octal2232377710074461045354
Binary1001001110011111111111100001111001001101000100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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