#919F40

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

Shades of Wasabi #919F40

Tints of Wasabi #919F40

Color information

#919F40 (or 0x919F40) is unknown color: approx Wasabi. HEX triplet: 91, 9F and 40. RGB value is (145,159,64). Sum of RGB (Red+Green+Blue) = 145+159+64=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #919F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919F40 is #6E60BF. Grayscale: #909090. Windows color (decimal): -7233728 or 4235153. OLE color: 4235153.

HSL color Cylindrical-coordinate representation of color #919F40: hue angle of 68.84º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #919F40 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB14515964-
CMYK0.0900.600.38
HSL68.84º42.6%43.73%-
HSV(B)68.84º59.75%62.35%-
XYZ2531.199.55-
YUV143.9882.86128.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 159 (62.5% from 255) = 43.21%
BLUE value IS 64 (25.39% from 255) = 17.39%
R=39.40%
G=43.21%
B=17.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145159640.0900.600.3868.8442.643.73
Hex919F40903C26452b2c
Octal22123710011074461055354
Binary10010001100111111000000100101111001001101000101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,159,64); }

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

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

 a { background-color: rgb(145,159,64); }

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

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

 span { border-color: rgb(145,159,64); }

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