#829046

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

Shades of Wasabi #829046

Tints of Wasabi #829046

Color information

#829046 (or 0x829046) is unknown color: approx Wasabi. HEX triplet: 82, 90 and 46. RGB value is (130,144,70). Sum of RGB (Red+Green+Blue) = 130+144+70=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #829046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829046 is #7D6FB9. Grayscale: #838383. Windows color (decimal): -8220602 or 4624514. OLE color: 4624514.

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

Color convert

RGB13014470-
CMYK0.1000.510.44
HSL71.35º34.58%41.96%-
HSV(B)71.35º51.39%56.47%-
XYZ20.2825.139.58-
YUV131.3893.36127.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 70 (27.73% from 255) = 20.35%
R=37.79%
G=41.86%
B=20.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130144700.1000.510.4471.3534.5841.96
Hex829046A0332C47232a
Octal20222010612063541074352
Binary10000010100100001000110101001100111011001000111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829046; }

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

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

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

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

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

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

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

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