#919D46

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

Shades of Wasabi #919D46

Tints of Wasabi #919D46

Color information

#919D46 (or 0x919D46) is unknown color: approx Wasabi. HEX triplet: 91, 9D and 46. RGB value is (145,157,70). Sum of RGB (Red+Green+Blue) = 145+157+70=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #919D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919D46 is #6E62B9. Grayscale: #8F8F8F. Windows color (decimal): -7234234 or 4627857. OLE color: 4627857.

HSL color Cylindrical-coordinate representation of color #919D46: hue angle of 68.28º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #919D46 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB14515770-
CMYK0.0800.550.38
HSL68.28º38.33%44.51%-
HSV(B)68.28º55.41%61.57%-
XYZ24.8430.5810.39-
YUV143.4986.52129.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 157 (61.72% from 255) = 42.20%
BLUE value IS 70 (27.73% from 255) = 18.82%
R=38.98%
G=42.20%
B=18.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145157700.0800.550.3868.2838.3344.51
Hex919D4680372644262d
Octal22123510610067461044655
Binary10010001100111011000110100001101111001101000100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919D46; }

 p { color: rgb(145,157,70); }

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

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

 a { background-color: rgb(145,157,70); }

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

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

 span { border-color: rgb(145,157,70); }

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