Html Css Color HEX #829040 Wasabi

📋 copy color: '#829040'

red 130 ◦ green 144 ◦ blue 64

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

Shades of Wasabi #829040

Tints of Wasabi #829040

RGB

 RED value IS 130 (51.17% from 255) = 38.46%

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

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

R = 38.46%
G = 42.6%
B = 18.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#829040 (or 0x829040) is known color: Wasabi. HEX triplet: 82, 90 and 40. RGB value is (130,144,64). Sum of RGB (Red+Green+Blue) = 130+144+64=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #829040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829040 is #7D6FBF. Grayscale: #838383. Windows color (decimal): -8220608 or 4231298. OLE color: 4231298.

HSL color Cylindrical-coordinate representation of color #829040: hue angle of 70.5º 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 #829040 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 144 64 -
CMYK 0.10 0 0.56 0.44
HSL 70.5º 0.38% 0.41% -
HSV(B) 70.5º 0.56% 0.56% -
XYZ 20.1 25.06 8.63 -
YUV 130.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 130 144 64 0.10 0 0.56 0.44 70.5 0.38 0.41
Hex 82 90 40 A 0 38 2C 46 26 29
Octal 202 220 100 12 0 70 54 106 46 51
Binary 10000010 10010000 1000000 1010 0 111000 101100 1000110 100110 101001

Color Harmonies of #829040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829040

Black with #829040

Text Example


Text Example

White with #829040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829040; }

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

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

background-color css

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

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

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

border-color css

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

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

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