#818348

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

Shades of Wasabi #818348

Tints of Wasabi #818348

Color information

#818348 (or 0x818348) is unknown color: approx Wasabi. HEX triplet: 81, 83 and 48. RGB value is (129,131,72). Sum of RGB (Red+Green+Blue) = 129+131+72=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #818348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818348 is #7E7CB7. Grayscale: #7B7B7B. Windows color (decimal): -8289464 or 4752257. OLE color: 4752257.

HSL color Cylindrical-coordinate representation of color #818348: hue angle of 62.03º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818348 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB12913172-
CMYK0.0200.450.49
HSL62.03º29.06%39.8%-
HSV(B)62.03º45.04%51.37%-
XYZ18.3421.379.29-
YUV123.6898.84131.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=38.86%
G=39.46%
B=21.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129131720.0200.450.4962.0329.0639.8
Hex818348202D313e1d28
Octal201203110205561763550
Binary1000000110000011100100010010110111000111111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818348; }

 p { color: rgb(129,131,72); }

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

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

 a { background-color: rgb(129,131,72); }

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

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

 span { border-color: rgb(129,131,72); }

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