#939D45

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

Shades of Wasabi #939D45

Tints of Wasabi #939D45

Color information

#939D45 (or 0x939D45) is unknown color: approx Wasabi. HEX triplet: 93, 9D and 45. RGB value is (147,157,69). Sum of RGB (Red+Green+Blue) = 147+157+69=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #939D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939D45 is #6C62BA. Grayscale: #909090. Windows color (decimal): -7103163 or 4562323. OLE color: 4562323.

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

Color convert

RGB14715769-
CMYK0.0600.560.38
HSL66.82º38.94%44.31%-
HSV(B)66.82º56.05%61.57%-
XYZ25.1630.7510.24-
YUV143.9885.69130.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 157 (61.72% from 255) = 42.09%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=39.41%
G=42.09%
B=18.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147157690.0600.560.3866.8238.9444.31
Hex939D4560382643272c
Octal2232351056070461034754
Binary1001001110011101100010111001110001001101000011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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