#829048

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

Shades of Wasabi #829048

Tints of Wasabi #829048

Color information

#829048 (or 0x829048) is unknown color: approx Wasabi. HEX triplet: 82, 90 and 48. RGB value is (130,144,72). Sum of RGB (Red+Green+Blue) = 130+144+72=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #829048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829048 is #7D6FB7. Grayscale: #838383. Windows color (decimal): -8220600 or 4755586. OLE color: 4755586.

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

Color convert

RGB13014472-
CMYK0.1000.500.44
HSL71.67º33.33%42.35%-
HSV(B)71.67º50%56.47%-
XYZ20.3525.169.91-
YUV131.6194.36126.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=37.57%
G=41.62%
B=20.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130144720.1000.500.4471.6733.3342.35
Hex829048A0322C48212a
Octal20222011012062541104152
Binary10000010100100001001000101001100101011001001000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829048; }

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

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

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

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

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

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

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

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