Html Css Color HEX #819340 Wasabi

📋 copy color: '#819340'

red 129 ◦ green 147 ◦ blue 64

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

Shades of Wasabi #819340

Tints of Wasabi #819340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.24%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 37.94%
G = 43.24%
B = 18.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#819340 (or 0x819340) is known color: Wasabi. HEX triplet: 81, 93 and 40. RGB value is (129,147,64). Sum of RGB (Red+Green+Blue) = 129+147+64=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #819340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819340 is #7E6CBF. Grayscale: #848484. Windows color (decimal): -8285376 or 4232065. OLE color: 4232065.

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

Color convert

RGB 129 147 64 -
CMYK 0.12 0 0.56 0.42
HSL 73.01º 0.39% 0.41% -
HSV(B) 73.01º 0.56% 0.58% -
XYZ 20.41 25.9 8.77 -
YUV 132.16 89.54 125.75 -
System Red Green Blue C M Y K H S L
Decimal 129 147 64 0.12 0 0.56 0.42 73.01 0.39 0.41
Hex 81 93 40 C 0 38 2A 49 27 29
Octal 201 223 100 14 0 70 52 111 47 51
Binary 10000001 10010011 1000000 1100 0 111000 101010 1001001 100111 101001

Color Harmonies of #819340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819340

Black with #819340

Text Example


Text Example

White with #819340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819340; }

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

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

background-color css

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

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

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

border-color css

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

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

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