#818A3A

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

Shades of Wasabi #818A3A

Tints of Wasabi #818A3A

Color information

#818A3A (or 0x818A3A) is unknown color: approx Wasabi. HEX triplet: 81, 8A and 3A. RGB value is (129,138,58). Sum of RGB (Red+Green+Blue) = 129+138+58=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 138 - color contains mainly: green. Hex color #818A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818A3A is #7E75C5. Grayscale: #7E7E7E. Windows color (decimal): -8287686 or 3836545. OLE color: 3836545.

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

Color convert

RGB12913858-
CMYK0.0700.580.46
HSL66.75º40.82%38.43%-
HSV(B)66.75º57.97%54.12%-
XYZ18.9123.157.47-
YUV126.1989.52130-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=39.69%
G=42.46%
B=17.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129138580.0700.580.4666.7540.8238.43
Hex818A3A703A2E432926
Octal201212727072561035146
Binary100000011000101011101011101110101011101000011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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