Html Css Color HEX #808441 Wasabi

📋 copy color: '#808441'

red 128 ◦ green 132 ◦ blue 65

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

Shades of Wasabi #808441

Tints of Wasabi #808441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20%

R = 39.38%
G = 40.62%
B = 20%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#808441 (or 0x808441) is known color: Wasabi. HEX triplet: 80, 84 and 41. RGB value is (128,132,65). Sum of RGB (Red+Green+Blue) = 128+132+65=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #808441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808441 is #7F7BBE. Grayscale: #7B7B7B. Windows color (decimal): -8354751 or 4293760. OLE color: 4293760.

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

Color convert

RGB 128 132 65 -
CMYK 0.03 0 0.51 0.48
HSL 63.58º 0.34% 0.39% -
HSV(B) 63.58º 0.51% 0.52% -
XYZ 18.11 21.47 8.19 -
YUV 123.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 128 132 65 0.03 0 0.51 0.48 63.58 0.34 0.39
Hex 80 84 41 3 0 33 30 40 22 27
Octal 200 204 101 3 0 63 60 100 42 47
Binary 10000000 10000100 1000001 11 0 110011 110000 1000000 100010 100111

Color Harmonies of #808441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808441

Black with #808441

Text Example


Text Example

White with #808441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808441; }

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

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

background-color css

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

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

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

border-color css

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

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

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