#919941

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

Shades of Wasabi #919941

Tints of Wasabi #919941

Color information

#919941 (or 0x919941) is unknown color: approx Wasabi. HEX triplet: 91, 99 and 41. RGB value is (145,153,65). Sum of RGB (Red+Green+Blue) = 145+153+65=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #919941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919941 is #6E66BE. Grayscale: #8C8C8C. Windows color (decimal): -7235263 or 4299153. OLE color: 4299153.

HSL color Cylindrical-coordinate representation of color #919941: hue angle of 65.45º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #919941 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB14515365-
CMYK0.0500.580.4
HSL65.45º40.37%42.75%-
HSV(B)65.45º57.52%60%-
XYZ24.0229.189.37-
YUV140.5885.35131.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=39.94%
G=42.15%
B=17.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal145153650.0500.580.465.4540.3742.75
Hex919941503A2841282b
Octal2212311015072501015053
Binary1001000110011001100000110101110101010001000001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919941; }

 p { color: rgb(145,153,65); }

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

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

 a { background-color: rgb(145,153,65); }

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

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

 span { border-color: rgb(145,153,65); }

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