#829140

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

Shades of Wasabi #829140

Tints of Wasabi #829140

Color information

#829140 (or 0x829140) is unknown color: approx Wasabi. HEX triplet: 82, 91 and 40. RGB value is (130,145,64). Sum of RGB (Red+Green+Blue) = 130+145+64=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #829140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829140 is #7D6EBF. Grayscale: #838383. Windows color (decimal): -8220352 or 4231554. OLE color: 4231554.

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

Color convert

RGB13014564-
CMYK0.1000.560.43
HSL71.11º38.76%40.98%-
HSV(B)71.11º55.86%56.86%-
XYZ20.2625.378.68-
YUV131.2890.03127.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=38.35%
G=42.77%
B=18.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130145640.1000.560.4371.1138.7640.98
Hex829140A0382B472729
Octal20222110012070531074751
Binary10000010100100011000000101001110001010111000111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829140; }

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

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

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

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

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

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

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

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