Html Css Color HEX #849040 Wasabi

📋 copy color: '#849040'

red 132 ◦ green 144 ◦ blue 64

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

Shades of Wasabi #849040

Tints of Wasabi #849040

RGB

 RED value IS 132 (51.95% from 255) = 38.82%

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

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

R = 38.82%
G = 42.35%
B = 18.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#849040 (or 0x849040) is known color: Wasabi. HEX triplet: 84, 90 and 40. RGB value is (132,144,64). Sum of RGB (Red+Green+Blue) = 132+144+64=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #849040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849040 is #7B6FBF. Grayscale: #838383. Windows color (decimal): -8089536 or 4231300. OLE color: 4231300.

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

Color convert

RGB 132 144 64 -
CMYK 0.08 0 0.56 0.44
HSL 69º 0.38% 0.41% -
HSV(B) 69º 0.56% 0.56% -
XYZ 20.41 25.22 8.64 -
YUV 131.29 90.02 128.5 -
System Red Green Blue C M Y K H S L
Decimal 132 144 64 0.08 0 0.56 0.44 69 0.38 0.41
Hex 84 90 40 8 0 38 2C 45 26 29
Octal 204 220 100 10 0 70 54 105 46 51
Binary 10000100 10010000 1000000 1000 0 111000 101100 1000101 100110 101001

Color Harmonies of #849040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849040

Black with #849040

Text Example


Text Example

White with #849040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849040; }

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

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

background-color css

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

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

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

border-color css

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

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

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