#819244

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

Shades of Wasabi #819244

Tints of Wasabi #819244

Color information

#819244 (or 0x819244) is unknown color: approx Wasabi. HEX triplet: 81, 92 and 44. RGB value is (129,146,68). Sum of RGB (Red+Green+Blue) = 129+146+68=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #819244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819244 is #7E6DBB. Grayscale: #848484. Windows color (decimal): -8285628 or 4493953. OLE color: 4493953.

HSL color Cylindrical-coordinate representation of color #819244: hue angle of 73.08º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #819244 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB12914668-
CMYK0.1200.530.43
HSL73.08º36.45%41.96%-
HSV(B)73.08º53.42%57.25%-
XYZ20.3825.649.34-
YUV132.0291.87125.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 146 (57.42% from 255) = 42.57%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=37.61%
G=42.57%
B=19.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129146680.1200.530.4373.0836.4541.96
Hex819244C0352B49242a
Octal20122210414065531114452
Binary10000001100100101000100110001101011010111001001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819244; }

 p { color: rgb(129,146,68); }

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

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

 a { background-color: rgb(129,146,68); }

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

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

 span { border-color: rgb(129,146,68); }

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