#828736

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

Shades of Wasabi #828736

Tints of Wasabi #828736

Color information

#828736 (or 0x828736) is unknown color: approx Wasabi. HEX triplet: 82, 87 and 36. RGB value is (130,135,54). Sum of RGB (Red+Green+Blue) = 130+135+54=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #828736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828736 is #7D78C9. Grayscale: #7C7C7C. Windows color (decimal): -8222922 or 3573634. OLE color: 3573634.

HSL color Cylindrical-coordinate representation of color #828736: hue angle of 63.7º 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 #828736 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13013554-
CMYK0.0400.600.47
HSL63.7º42.86%37.06%-
HSV(B)63.7º60%52.94%-
XYZ18.5422.346.83-
YUV124.2788.34132.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 54 (21.48% from 255) = 16.93%
R=40.75%
G=42.32%
B=16.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135540.0400.600.4763.742.8637.06
Hex828736403C2F402b25
Octal202207664074571005345
Binary100000101000011111011010001111001011111000000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828736; }

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

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

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

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

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

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

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

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