#829052

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

Shades of Wasabi #829052

Tints of Wasabi #829052

Color information

#829052 (or 0x829052) is unknown color: approx Wasabi. HEX triplet: 82, 90 and 52. RGB value is (130,144,82). Sum of RGB (Red+Green+Blue) = 130+144+82=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #829052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829052 is #7D6FAD. Grayscale: #848484. Windows color (decimal): -8220590 or 5410946. OLE color: 5410946.

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

Color convert

RGB13014482-
CMYK0.1000.430.44
HSL73.55º27.43%44.31%-
HSV(B)73.55º43.06%56.47%-
XYZ20.725.311.78-
YUV132.7599.36126.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=36.52%
G=40.45%
B=23.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130144820.1000.430.4473.5527.4344.31
Hex829052A02B2C4a1b2c
Octal20222012212053541123354
Binary1000001010010000101001010100101011101100100101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829052; }

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

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

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

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

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

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

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

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