#839145

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

Shades of Wasabi #839145

Tints of Wasabi #839145

Color information

#839145 (or 0x839145) is unknown color: approx Wasabi. HEX triplet: 83, 91 and 45. RGB value is (131,145,69). Sum of RGB (Red+Green+Blue) = 131+145+69=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #839145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839145 is #7C6EBA. Grayscale: #848484. Windows color (decimal): -8154811 or 4559235. OLE color: 4559235.

HSL color Cylindrical-coordinate representation of color #839145: hue angle of 71.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #839145 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB13114569-
CMYK0.1000.520.43
HSL71.05º35.51%41.96%-
HSV(B)71.05º52.41%56.86%-
XYZ20.5625.519.47-
YUV132.1592.36127.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 69 (27.34% from 255) = 20%
R=37.97%
G=42.03%
B=20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131145690.1000.520.4371.0535.5141.96
Hex839145A0342B47242a
Octal20322110512064531074452
Binary10000011100100011000101101001101001010111000111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839145; }

 p { color: rgb(131,145,69); }

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

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

 a { background-color: rgb(131,145,69); }

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

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

 span { border-color: rgb(131,145,69); }

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