Html Css Color HEX #808340 Wasabi

📋 copy color: '#808340'

red 128 ◦ green 131 ◦ blue 64

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

Shades of Wasabi #808340

Tints of Wasabi #808340

RGB

 RED value IS 128 (50.39% from 255) = 39.63%

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

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

R = 39.63%
G = 40.56%
B = 19.81%

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

#808340 (or 0x808340) is known color: Wasabi. HEX triplet: 80, 83 and 40. RGB value is (128,131,64). Sum of RGB (Red+Green+Blue) = 128+131+64=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #808340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808340 is #7F7CBF. Grayscale: #7A7A7A. Windows color (decimal): -8355008 or 4227968. OLE color: 4227968.

HSL color Cylindrical-coordinate representation of color #808340: hue angle of 62.69º 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 #808340 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 131 64 -
CMYK 0.02 0 0.51 0.49
HSL 62.69º 0.34% 0.38% -
HSV(B) 62.69º 0.51% 0.51% -
XYZ 17.94 21.19 8 -
YUV 122.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 128 131 64 0.02 0 0.51 0.49 62.69 0.34 0.38
Hex 80 83 40 2 0 33 31 3F 22 26
Octal 200 203 100 2 0 63 61 77 42 46
Binary 10000000 10000011 1000000 10 0 110011 110001 111111 100010 100110

Color Harmonies of #808340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808340

Black with #808340

Text Example


Text Example

White with #808340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808340; }

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

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

background-color css

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

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

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

border-color css

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

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

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