#819330

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

Shades of Wasabi #819330

Tints of Wasabi #819330

Color information

#819330 (or 0x819330) is unknown color: approx Wasabi. HEX triplet: 81, 93 and 30. RGB value is (129,147,48). Sum of RGB (Red+Green+Blue) = 129+147+48=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #819330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819330 is #7E6CCF. Grayscale: #828282. Windows color (decimal): -8285392 or 3183489. OLE color: 3183489.

HSL color Cylindrical-coordinate representation of color #819330: hue angle of 70.91º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #819330 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB12914748-
CMYK0.1200.670.42
HSL70.91º50.77%38.24%-
HSV(B)70.91º67.35%57.65%-
XYZ20.0225.756.71-
YUV130.3381.54127.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 48 (19.14% from 255) = 14.81%
R=39.81%
G=45.37%
B=14.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129147480.1200.670.4270.9150.7738.24
Hex819330C0432A473326
Octal20122360140103521076346
Binary10000001100100111100001100010000111010101000111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819330; }

 p { color: rgb(129,147,48); }

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

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

 a { background-color: rgb(129,147,48); }

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

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

 span { border-color: rgb(129,147,48); }

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