Html Css Color HEX #819342 Wasabi

📋 copy color: '#819342'

red 129 ◦ green 147 ◦ blue 66

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

Shades of Wasabi #819342

Tints of Wasabi #819342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 37.72%
G = 42.98%
B = 19.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#819342 (or 0x819342) is known color: Wasabi. HEX triplet: 81, 93 and 42. RGB value is (129,147,66). Sum of RGB (Red+Green+Blue) = 129+147+66=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #819342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819342 is #7E6CBD. Grayscale: #848484. Windows color (decimal): -8285374 or 4363137. OLE color: 4363137.

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

Color convert

RGB 129 147 66 -
CMYK 0.12 0 0.55 0.42
HSL 73.33º 0.38% 0.42% -
HSV(B) 73.33º 0.55% 0.58% -
XYZ 20.47 25.93 9.08 -
YUV 132.38 90.54 125.59 -
System Red Green Blue C M Y K H S L
Decimal 129 147 66 0.12 0 0.55 0.42 73.33 0.38 0.42
Hex 81 93 42 C 0 37 2A 49 26 2A
Octal 201 223 102 14 0 67 52 111 46 52
Binary 10000001 10010011 1000010 1100 0 110111 101010 1001001 100110 101010

Color Harmonies of #819342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819342

Black with #819342

Text Example


Text Example

White with #819342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819342; }

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

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

background-color css

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

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

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

border-color css

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

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

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