Html Css Color HEX #809044 Wasabi

📋 copy color: '#809044'

red 128 ◦ green 144 ◦ blue 68

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

Shades of Wasabi #809044

Tints of Wasabi #809044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20%

R = 37.65%
G = 42.35%
B = 20%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#809044 (or 0x809044) is known color: Wasabi. HEX triplet: 80, 90 and 44. RGB value is (128,144,68). Sum of RGB (Red+Green+Blue) = 128+144+68=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #809044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809044 is #7F6FBB. Grayscale: #828282. Windows color (decimal): -8351676 or 4493440. OLE color: 4493440.

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

Color convert

RGB 128 144 68 -
CMYK 0.11 0 0.53 0.44
HSL 72.63º 0.36% 0.42% -
HSV(B) 72.63º 0.53% 0.56% -
XYZ 19.92 24.95 9.24 -
YUV 130.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 128 144 68 0.11 0 0.53 0.44 72.63 0.36 0.42
Hex 80 90 44 B 0 35 2C 49 24 2A
Octal 200 220 104 13 0 65 54 111 44 52
Binary 10000000 10010000 1000100 1011 0 110101 101100 1001001 100100 101010

Color Harmonies of #809044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809044

Black with #809044

Text Example


Text Example

White with #809044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809044; }

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

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

background-color css

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

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

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

border-color css

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

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

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