#818D3A

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

Shades of Wasabi #818D3A

Tints of Wasabi #818D3A

Color information

#818D3A (or 0x818D3A) is unknown color: approx Wasabi. HEX triplet: 81, 8D and 3A. RGB value is (129,141,58). Sum of RGB (Red+Green+Blue) = 129+141+58=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 141 - color contains mainly: green. Hex color #818D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818D3A is #7E72C5. Grayscale: #808080. Windows color (decimal): -8286918 or 3837313. OLE color: 3837313.

HSL color Cylindrical-coordinate representation of color #818D3A: hue angle of 68.67º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #818D3A is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB12914158-
CMYK0.0900.590.45
HSL68.67º41.71%39.02%-
HSV(B)68.67º58.87%55.29%-
XYZ19.3424.027.62-
YUV127.9588.52128.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=39.33%
G=42.99%
B=17.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129141580.0900.590.4568.6741.7139.02
Hex818D3A903B2D452a27
Octal2012157211073551055247
Binary1000000110001101111010100101110111011011000101101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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