#819640

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

Shades of Wasabi #819640

Tints of Wasabi #819640

Color information

#819640 (or 0x819640) is unknown color: approx Wasabi. HEX triplet: 81, 96 and 40. RGB value is (129,150,64). Sum of RGB (Red+Green+Blue) = 129+150+64=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #819640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819640 is #7E69BF. Grayscale: #868686. Windows color (decimal): -8284608 or 4232833. OLE color: 4232833.

HSL color Cylindrical-coordinate representation of color #819640: hue angle of 74.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #819640 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB12915064-
CMYK0.1400.570.41
HSL74.65º40.19%41.96%-
HSV(B)74.65º57.33%58.82%-
XYZ20.8926.858.93-
YUV133.9288.54124.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=37.61%
G=43.73%
B=18.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129150640.1400.570.4174.6540.1941.96
Hex819640E039294b282a
Octal20122610016071511135052
Binary10000001100101101000000111001110011010011001011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819640; }

 p { color: rgb(129,150,64); }

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

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

 a { background-color: rgb(129,150,64); }

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

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

 span { border-color: rgb(129,150,64); }

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