#819740

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

Shades of Wasabi #819740

Tints of Wasabi #819740

Color information

#819740 (or 0x819740) is unknown color: approx Wasabi. HEX triplet: 81, 97 and 40. RGB value is (129,151,64). Sum of RGB (Red+Green+Blue) = 129+151+64=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #819740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819740 is #7E68BF. Grayscale: #868686. Windows color (decimal): -8284352 or 4233089. OLE color: 4233089.

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

Color convert

RGB12915164-
CMYK0.1500.580.41
HSL75.17º40.47%42.16%-
HSV(B)75.17º57.62%59.22%-
XYZ21.0527.178.99-
YUV134.588.21124.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 151 (59.38% from 255) = 43.90%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=37.5%
G=43.90%
B=18.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129151640.1500.580.4175.1740.4742.16
Hex819740F03A294b282a
Octal20122710017072511135052
Binary10000001100101111000000111101110101010011001011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819740; }

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

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

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

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

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

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

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

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