#919E3E

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

Shades of Wasabi #919E3E

Tints of Wasabi #919E3E

Color information

#919E3E (or 0x919E3E) is unknown color: approx Wasabi. HEX triplet: 91, 9E and 3E. RGB value is (145,158,62). Sum of RGB (Red+Green+Blue) = 145+158+62=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #919E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919E3E is #6E61C1. Grayscale: #8F8F8F. Windows color (decimal): -7233986 or 4103825. OLE color: 4103825.

HSL color Cylindrical-coordinate representation of color #919E3E: hue angle of 68.12º 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 #919E3E is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB14515862-
CMYK0.0800.610.38
HSL68.12º43.64%43.14%-
HSV(B)68.12º60.76%61.96%-
XYZ24.7730.829.2-
YUV143.1782.19129.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.73%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 62 (24.61% from 255) = 16.99%
R=39.73%
G=43.29%
B=16.99%

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
Decimal145158620.0800.610.3868.1243.6443.14
Hex919E3E803D26442c2b
Octal2212367610075461045453
Binary1001000110011110111110100001111011001101000100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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