Html Css Color HEX #818340 Wasabi

📋 copy color: '#818340'

red 129 ◦ green 131 ◦ blue 64

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

Shades of Wasabi #818340

Tints of Wasabi #818340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

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

R = 39.81%
G = 40.43%
B = 19.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#818340 (or 0x818340) is known color: Wasabi. HEX triplet: 81, 83 and 40. RGB value is (129,131,64). Sum of RGB (Red+Green+Blue) = 129+131+64=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #818340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818340 is #7E7CBF. Grayscale: #7B7B7B. Windows color (decimal): -8289472 or 4227969. OLE color: 4227969.

HSL color Cylindrical-coordinate representation of color #818340: hue angle of 61.79º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #818340 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 131 64 -
CMYK 0.02 0 0.51 0.49
HSL 61.79º 0.34% 0.38% -
HSV(B) 61.79º 0.51% 0.51% -
XYZ 18.09 21.27 8 -
YUV 122.76 94.84 132.45 -
System Red Green Blue C M Y K H S L
Decimal 129 131 64 0.02 0 0.51 0.49 61.79 0.34 0.38
Hex 81 83 40 2 0 33 31 3E 22 26
Octal 201 203 100 2 0 63 61 76 42 46
Binary 10000001 10000011 1000000 10 0 110011 110001 111110 100010 100110

Color Harmonies of #818340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818340

Black with #818340

Text Example


Text Example

White with #818340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818340; }

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

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

background-color css

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

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

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

border-color css

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

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

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