#919E3D

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

Shades of Wasabi #919E3D

Tints of Wasabi #919E3D

Color information

#919E3D (or 0x919E3D) is unknown color: approx Wasabi. HEX triplet: 91, 9E and 3D. RGB value is (145,158,61). Sum of RGB (Red+Green+Blue) = 145+158+61=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #919E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919E3D is #6E61C2. Grayscale: #8F8F8F. Windows color (decimal): -7233987 or 4038289. OLE color: 4038289.

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

Color convert

RGB14515861-
CMYK0.0800.610.38
HSL68.04º44.29%42.94%-
HSV(B)68.04º61.39%61.96%-
XYZ24.7530.819.06-
YUV143.0681.69129.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.84%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 61 (24.22% from 255) = 16.76%
R=39.84%
G=43.41%
B=16.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145158610.0800.610.3868.0444.2942.94
Hex919E3D803D26442c2b
Octal2212367510075461045453
Binary1001000110011110111101100001111011001101000100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,158,61); }

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

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

 a { background-color: rgb(145,158,61); }

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

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

 span { border-color: rgb(145,158,61); }

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