#829029

Color #829029 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #829029

Tints of Wasabi #829029

Color information

#829029 (or 0x829029) is unknown color: approx Wasabi. HEX triplet: 82, 90 and 29. RGB value is (130,144,41). Sum of RGB (Red+Green+Blue) = 130+144+41=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #829029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829029 is #7D6FD6. Grayscale: #808080. Windows color (decimal): -8220631 or 2723970. OLE color: 2723970.

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

Color convert

RGB13014441-
CMYK0.1000.720.44
HSL68.16º55.68%36.27%-
HSV(B)68.16º71.53%56.47%-
XYZ19.5824.855.86-
YUV128.0778.86129.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 144 (56.64% from 255) = 45.71%
BLUE value IS 41 (16.41% from 255) = 13.02%
R=41.27%
G=45.71%
B=13.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130144410.1000.720.4468.1655.6836.27
Hex829029A0482C443824
Octal20222051120110541047044
Binary10000010100100001010011010010010001011001000100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829029; }

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

 H1.HeaderClassName
 {
   color: #829029;
 }
 .AnyTagClassName
 {
   color: #829029;
 }
</style>
background-color css

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

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

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

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

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

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