#818438

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

Shades of Wasabi #818438

Tints of Wasabi #818438

Color information

#818438 (or 0x818438) is unknown color: approx Wasabi. HEX triplet: 81, 84 and 38. RGB value is (129,132,56). Sum of RGB (Red+Green+Blue) = 129+132+56=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #818438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818438 is #7E7BC7. Grayscale: #7A7A7A. Windows color (decimal): -8289224 or 3703937. OLE color: 3703937.

HSL color Cylindrical-coordinate representation of color #818438: hue angle of 62.37º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #818438 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB12913256-
CMYK0.0200.580.48
HSL62.37º40.43%36.86%-
HSV(B)62.37º57.58%51.76%-
XYZ18.0221.466.93-
YUV122.4490.51132.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=40.69%
G=41.64%
B=17.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129132560.0200.580.4862.3740.4336.86
Hex818438203A303e2825
Octal20120470207260765045
Binary1000000110000100111000100111010110000111110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818438; }

 p { color: rgb(129,132,56); }

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

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

 a { background-color: rgb(129,132,56); }

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

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

 span { border-color: rgb(129,132,56); }

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