#818A41

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

Shades of Wasabi #818A41

Tints of Wasabi #818A41

Color information

#818A41 (or 0x818A41) is unknown color: approx Wasabi. HEX triplet: 81, 8A and 41. RGB value is (129,138,65). Sum of RGB (Red+Green+Blue) = 129+138+65=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #818A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818A41 is #7E75BE. Grayscale: #7F7F7F. Windows color (decimal): -8287679 or 4295297. OLE color: 4295297.

HSL color Cylindrical-coordinate representation of color #818A41: hue angle of 67.4º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #818A41 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB12913865-
CMYK0.0700.530.46
HSL67.4º35.96%39.8%-
HSV(B)67.4º52.9%54.12%-
XYZ19.123.238.48-
YUV126.9993.02129.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=38.86%
G=41.57%
B=19.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129138650.0700.530.4667.435.9639.8
Hex818A4170352E432428
Octal2012121017065561034450
Binary1000000110001010100000111101101011011101000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818A41; }

 p { color: rgb(129,138,65); }

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

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

 a { background-color: rgb(129,138,65); }

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

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

 span { border-color: rgb(129,138,65); }

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