#828636

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

Shades of Wasabi #828636

Tints of Wasabi #828636

Color information

#828636 (or 0x828636) is unknown color: approx Wasabi. HEX triplet: 82, 86 and 36. RGB value is (130,134,54). Sum of RGB (Red+Green+Blue) = 130+134+54=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #828636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828636 is #7D79C9. Grayscale: #7C7C7C. Windows color (decimal): -8223178 or 3573378. OLE color: 3573378.

HSL color Cylindrical-coordinate representation of color #828636: hue angle of 63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #828636 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13013454-
CMYK0.0300.600.47
HSL63º42.55%36.86%-
HSV(B)63º59.7%52.55%-
XYZ18.422.066.78-
YUV123.6888.67132.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=40.88%
G=42.14%
B=16.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134540.0300.600.476342.5536.86
Hex828636303C2F3f2b25
Octal20220666307457775345
Binary1000001010000110110110110111100101111111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828636; }

 p { color: rgb(130,134,54); }

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

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

 a { background-color: rgb(130,134,54); }

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

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

 span { border-color: rgb(130,134,54); }

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