Html Css Color HEX #809241 Wasabi

📋 copy color: '#809241'

red 128 ◦ green 146 ◦ blue 65

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

Shades of Wasabi #809241

Tints of Wasabi #809241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.07%

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

R = 37.76%
G = 43.07%
B = 19.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#809241 (or 0x809241) is known color: Wasabi. HEX triplet: 80, 92 and 41. RGB value is (128,146,65). Sum of RGB (Red+Green+Blue) = 128+146+65=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #809241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809241 is #7F6DBE. Grayscale: #838383. Windows color (decimal): -8351167 or 4297344. OLE color: 4297344.

HSL color Cylindrical-coordinate representation of color #809241: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #809241 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 146 65 -
CMYK 0.12 0 0.55 0.43
HSL 73.33º 0.38% 0.41% -
HSV(B) 73.33º 0.55% 0.57% -
XYZ 20.14 25.53 8.87 -
YUV 131.38 90.54 125.59 -
System Red Green Blue C M Y K H S L
Decimal 128 146 65 0.12 0 0.55 0.43 73.33 0.38 0.41
Hex 80 92 41 C 0 37 2B 49 26 29
Octal 200 222 101 14 0 67 53 111 46 51
Binary 10000000 10010010 1000001 1100 0 110111 101011 1001001 100110 101001

Color Harmonies of #809241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809241

Black with #809241

Text Example


Text Example

White with #809241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809241; }

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

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

background-color css

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

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

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

border-color css

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

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

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