Html Css Color HEX #809031 Wasabi

📋 copy color: '#809031'

red 128 ◦ green 144 ◦ blue 49

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

Shades of Wasabi #809031

Tints of Wasabi #809031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.86%

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 39.88%
G = 44.86%
B = 15.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#809031 (or 0x809031) is known color: Wasabi. HEX triplet: 80, 90 and 31. RGB value is (128,144,49). Sum of RGB (Red+Green+Blue) = 128+144+49=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #809031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809031 is #7F6FCE. Grayscale: #808080. Windows color (decimal): -8351695 or 3248256. OLE color: 3248256.

HSL color Cylindrical-coordinate representation of color #809031: hue angle of 70.11º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #809031 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 144 49 -
CMYK 0.11 0 0.66 0.44
HSL 70.11º 0.49% 0.38% -
HSV(B) 70.11º 0.66% 0.56% -
XYZ 19.43 24.76 6.66 -
YUV 128.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 128 144 49 0.11 0 0.66 0.44 70.11 0.49 0.38
Hex 80 90 31 B 0 42 2C 46 31 26
Octal 200 220 61 13 0 102 54 106 61 46
Binary 10000000 10010000 110001 1011 0 1000010 101100 1000110 110001 100110

Color Harmonies of #809031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809031

Black with #809031

Text Example


Text Example

White with #809031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809031; }

 p { color: rgb(128,144,49); }

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

background-color css

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

 a { background-color: rgb(128,144,49); }

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

border-color css

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

 span { border-color: rgb(128,144,49); }

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