#818832

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

Shades of Wasabi #818832

Tints of Wasabi #818832

Color information

#818832 (or 0x818832) is unknown color: approx Wasabi. HEX triplet: 81, 88 and 32. RGB value is (129,136,50). Sum of RGB (Red+Green+Blue) = 129+136+50=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #818832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818832 is #7E77CD. Grayscale: #7C7C7C. Windows color (decimal): -8288206 or 3311745. OLE color: 3311745.

HSL color Cylindrical-coordinate representation of color #818832: hue angle of 64.88º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #818832 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB12913650-
CMYK0.0500.630.47
HSL64.88º46.24%36.47%-
HSV(B)64.88º63.24%53.33%-
XYZ18.4322.516.39-
YUV124.186.18131.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=40.95%
G=43.17%
B=15.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129136500.0500.630.4764.8846.2436.47
Hex818832503F2F412e24
Octal201210625077571015644
Binary100000011000100011001010101111111011111000001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818832; }

 p { color: rgb(129,136,50); }

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

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

 a { background-color: rgb(129,136,50); }

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

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

 span { border-color: rgb(129,136,50); }

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