#939C3C

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

Shades of Wasabi #939C3C

Tints of Wasabi #939C3C

Color information

#939C3C (or 0x939C3C) is unknown color: approx Wasabi. HEX triplet: 93, 9C and 3C. RGB value is (147,156,60). Sum of RGB (Red+Green+Blue) = 147+156+60=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #939C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939C3C is #6C63C3. Grayscale: #8E8E8E. Windows color (decimal): -7103428 or 3972243. OLE color: 3972243.

HSL color Cylindrical-coordinate representation of color #939C3C: hue angle of 65.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #939C3C is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB14715660-
CMYK0.0600.620.39
HSL65.62º44.44%42.35%-
HSV(B)65.62º61.54%61.18%-
XYZ24.7430.318.82-
YUV142.3681.52131.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 156 (61.33% from 255) = 42.98%
BLUE value IS 60 (23.83% from 255) = 16.53%
R=40.50%
G=42.98%
B=16.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147156600.0600.620.3965.6244.4442.35
Hex939C3C603E27422c2a
Octal223234746076471025452
Binary100100111001110011110011001111101001111000010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,156,60); }

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

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

 a { background-color: rgb(147,156,60); }

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

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

 span { border-color: rgb(147,156,60); }

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