#919D3B

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

Shades of Wasabi #919D3B

Tints of Wasabi #919D3B

Color information

#919D3B (or 0x919D3B) is unknown color: approx Wasabi. HEX triplet: 91, 9D and 3B. RGB value is (145,157,59). Sum of RGB (Red+Green+Blue) = 145+157+59=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #919D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919D3B is #6E62C4. Grayscale: #8E8E8E. Windows color (decimal): -7234245 or 3906961. OLE color: 3906961.

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

Color convert

RGB14515759-
CMYK0.0800.620.38
HSL67.35º45.37%42.35%-
HSV(B)67.35º62.42%61.57%-
XYZ24.5230.458.72-
YUV142.2481.02129.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 157 (61.72% from 255) = 43.49%
BLUE value IS 59 (23.44% from 255) = 16.34%
R=40.17%
G=43.49%
B=16.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145157590.0800.620.3867.3545.3742.35
Hex919D3B803E26432d2a
Octal2212357310076461035552
Binary1001000110011101111011100001111101001101000011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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