#818f52

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

Shades of Wasabi #818F52

Tints of Wasabi #818F52

Color information

#818F52 (or 0x818F52) is unknown color: approx Wasabi. HEX triplet: 81, 8F and 52. RGB value is (129,143,82). Sum of RGB (Red+Green+Blue) = 129+143+82=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 143 - color contains mainly: green. Hex color #818F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818F52 is #7E70AD. Grayscale: #848484. Windows color (decimal): -8286382 or 5410689. OLE color: 5410689.

HSL color Cylindrical-coordinate representation of color #818F52: hue angle of 73.77º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #818F52 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB12914382-
CMYK0.1000.430.44
HSL73.77º27.11%44.12%-
HSV(B)73.77º42.66%56.08%-
XYZ20.424.9211.72-
YUV131.8699.86125.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 143 (56.25% from 255) = 40.40%
BLUE value IS 82 (32.42% from 255) = 23.16%
R=36.44%
G=40.40%
B=23.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129143820.1000.430.4473.7727.1144.12
Hex818F52A02B2C4a1b2c
Octal20121712212053541123354
Binary1000000110001111101001010100101011101100100101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818f52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,143,82); }

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

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

 a { background-color: rgb(129,143,82); }

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

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

 span { border-color: rgb(129,143,82); }

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