#818442

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

Shades of Wasabi #818442

Tints of Wasabi #818442

Color information

#818442 (or 0x818442) is unknown color: approx Wasabi. HEX triplet: 81, 84 and 42. RGB value is (129,132,66). Sum of RGB (Red+Green+Blue) = 129+132+66=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #818442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818442 is #7E7BBD. Grayscale: #7B7B7B. Windows color (decimal): -8289214 or 4359297. OLE color: 4359297.

HSL color Cylindrical-coordinate representation of color #818442: hue angle of 62.73º 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 #818442 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB12913266-
CMYK0.0200.50.48
HSL62.73º33.33%38.82%-
HSV(B)62.73º50%51.76%-
XYZ18.2921.568.35-
YUV123.5895.51131.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=39.45%
G=40.37%
B=20.18%

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
Decimal129132660.0200.50.4862.7333.3338.82
Hex8184422032303f2127
Octal201204102206260774147
Binary10000001100001001000010100110010110000111111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818442; }

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

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

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

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

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

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

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

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