#949D37

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

Shades of Wasabi #949D37

Tints of Wasabi #949D37

Color information

#949D37 (or 0x949D37) is unknown color: approx Wasabi. HEX triplet: 94, 9D and 37. RGB value is (148,157,55). Sum of RGB (Red+Green+Blue) = 148+157+55=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #949D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949D37 is #6B62C8. Grayscale: #8F8F8F. Windows color (decimal): -7037641 or 3644820. OLE color: 3644820.

HSL color Cylindrical-coordinate representation of color #949D37: hue angle of 65.29º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #949D37 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB14815755-
CMYK0.0600.650.38
HSL65.29º48.11%41.57%-
HSV(B)65.29º64.97%61.57%-
XYZ24.9630.698.22-
YUV142.6878.52131.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 157 (61.72% from 255) = 43.61%
BLUE value IS 55 (21.88% from 255) = 15.28%
R=41.11%
G=43.61%
B=15.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148157550.0600.650.3865.2948.1141.57
Hex949D3760412641302a
Octal2242356760101461016052
Binary1001010010011101110111110010000011001101000001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949D37; }

 p { color: rgb(148,157,55); }

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

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

 a { background-color: rgb(148,157,55); }

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

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

 span { border-color: rgb(148,157,55); }

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