#829044

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

Shades of Wasabi #829044

Tints of Wasabi #829044

Color information

#829044 (or 0x829044) is unknown color: approx Wasabi. HEX triplet: 82, 90 and 44. RGB value is (130,144,68). Sum of RGB (Red+Green+Blue) = 130+144+68=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #829044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829044 is #7D6FBB. Grayscale: #838383. Windows color (decimal): -8220604 or 4493442. OLE color: 4493442.

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

Color convert

RGB13014468-
CMYK0.1000.530.44
HSL71.05º35.85%41.57%-
HSV(B)71.05º52.78%56.47%-
XYZ20.2225.119.25-
YUV131.1592.36127.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 68 (26.95% from 255) = 19.88%
R=38.01%
G=42.11%
B=19.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130144680.1000.530.4471.0535.8541.57
Hex829044A0352C47242a
Octal20222010412065541074452
Binary10000010100100001000100101001101011011001000111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829044; }

 p { color: rgb(130,144,68); }

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

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

 a { background-color: rgb(130,144,68); }

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

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

 span { border-color: rgb(130,144,68); }

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