Html Css Color HEX #808440 Wasabi

📋 copy color: '#808440'

red 128 ◦ green 132 ◦ blue 64

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

Shades of Wasabi #808440

Tints of Wasabi #808440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

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

R = 39.51%
G = 40.74%
B = 19.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#808440 (or 0x808440) is known color: Wasabi. HEX triplet: 80, 84 and 40. RGB value is (128,132,64). Sum of RGB (Red+Green+Blue) = 128+132+64=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #808440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808440 is #7F7BBF. Grayscale: #7B7B7B. Windows color (decimal): -8354752 or 4228224. OLE color: 4228224.

HSL color Cylindrical-coordinate representation of color #808440: hue angle of 63.53º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #808440 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 64 -
CMYK 0.03 0 0.52 0.48
HSL 63.53º 0.35% 0.38% -
HSV(B) 63.53º 0.52% 0.52% -
XYZ 18.08 21.46 8.04 -
YUV 123.05 94.67 131.53 -
System Red Green Blue C M Y K H S L
Decimal 128 132 64 0.03 0 0.52 0.48 63.53 0.35 0.38
Hex 80 84 40 3 0 34 30 40 23 26
Octal 200 204 100 3 0 64 60 100 43 46
Binary 10000000 10000100 1000000 11 0 110100 110000 1000000 100011 100110

Color Harmonies of #808440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808440

Black with #808440

Text Example


Text Example

White with #808440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808440; }

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

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

background-color css

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

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

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

border-color css

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

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

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