Html Css Color HEX #819149 Wasabi

📋 copy color: '#819149'

red 129 ◦ green 145 ◦ blue 73

#819149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #819149

Tints of Wasabi #819149

RGB

 RED value IS 129 (50.78% from 255) = 37.18%

 GREEN value IS 145 (57.03% from 255) = 41.79%

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 37.18%
G = 41.79%
B = 21.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#819149 (or 0x819149) is known color: Wasabi. HEX triplet: 81, 91 and 49. RGB value is (129,145,73). Sum of RGB (Red+Green+Blue) = 129+145+73=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #819149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819149 is #7E6EB6. Grayscale: #848484. Windows color (decimal): -8285879 or 4821377. OLE color: 4821377.

HSL color Cylindrical-coordinate representation of color #819149: hue angle of 73.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #819149 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 145 73 -
CMYK 0.11 0 0.50 0.43
HSL 73.33º 0.33% 0.43% -
HSV(B) 73.33º 0.5% 0.57% -
XYZ 20.38 25.4 10.13 -
YUV 132.01 94.7 125.85 -
System Red Green Blue C M Y K H S L
Decimal 129 145 73 0.11 0 0.50 0.43 73.33 0.33 0.43
Hex 81 91 49 B 0 32 2B 49 21 2B
Octal 201 221 111 13 0 62 53 111 41 53
Binary 10000001 10010001 1001001 1011 0 110010 101011 1001001 100001 101011

Color Harmonies of #819149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819149

Black with #819149

Text Example


Text Example

White with #819149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819149; }

 p { color: rgb(129,145,73); }

 H1.HeaderClassName
 {
   color: #819149;
 }
 .AnyTagClassName
 {
   color: #819149;
 }
</style>

background-color css

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

 a { background-color: rgb(129,145,73); }

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

border-color css

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

 span { border-color: rgb(129,145,73); }

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