#818638

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

Shades of Wasabi #818638

Tints of Wasabi #818638

Color information

#818638 (or 0x818638) is unknown color: approx Wasabi. HEX triplet: 81, 86 and 38. RGB value is (129,134,56). Sum of RGB (Red+Green+Blue) = 129+134+56=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #818638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818638 is #7E79C7. Grayscale: #7B7B7B. Windows color (decimal): -8288712 or 3704449. OLE color: 3704449.

HSL color Cylindrical-coordinate representation of color #818638: hue angle of 63.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #818638 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB12913456-
CMYK0.0400.580.47
HSL63.85º41.05%37.25%-
HSV(B)63.85º58.21%52.55%-
XYZ18.29227.02-
YUV123.6189.84131.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=40.44%
G=42.01%
B=17.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129134560.0400.580.4763.8541.0537.25
Hex818638403A2F402925
Octal201206704072571005145
Binary100000011000011011100010001110101011111000000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818638; }

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

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

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

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

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

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

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

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