#828442

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

Shades of Wasabi #828442

Tints of Wasabi #828442

Color information

#828442 (or 0x828442) is unknown color: approx Wasabi. HEX triplet: 82, 84 and 42. RGB value is (130,132,66). Sum of RGB (Red+Green+Blue) = 130+132+66=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #828442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828442 is #7D7BBD. Grayscale: #7C7C7C. Windows color (decimal): -8223678 or 4359298. OLE color: 4359298.

HSL color Cylindrical-coordinate representation of color #828442: hue angle of 61.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #828442 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB13013266-
CMYK0.0200.50.48
HSL61.82º33.33%38.82%-
HSV(B)61.82º50%51.76%-
XYZ18.4421.648.36-
YUV123.8895.34132.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=39.63%
G=40.24%
B=20.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132660.0200.50.4861.8233.3338.82
Hex8284422032303e2127
Octal202204102206260764147
Binary10000010100001001000010100110010110000111110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828442; }

 p { color: rgb(130,132,66); }

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

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

 a { background-color: rgb(130,132,66); }

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

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

 span { border-color: rgb(130,132,66); }

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