#828226

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

Shades of Trendy Green #828226

Tints of Trendy Green #828226

Color information

#828226 (or 0x828226) is unknown color: approx Trendy Green. HEX triplet: 82, 82 and 26. RGB value is (130,130,38). Sum of RGB (Red+Green+Blue) = 130+130+38=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828226 is #7D7DD9. Grayscale: #777777. Windows color (decimal): -8224218 or 2523778. OLE color: 2523778.

HSL color Cylindrical-coordinate representation of color #828226: hue angle of 60º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #828226 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB13013038-
CMYK000.710.49
HSL60º54.76%32.94%-
HSV(B)60º70.77%50.98%-
XYZ17.5420.854.93-
YUV119.5182135.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 38 (15.23% from 255) = 12.75%
R=43.62%
G=43.62%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013038000.710.496054.7632.94
Hex8282260047313c3721
Octal202202460010761746741
Binary1000001010000010100110001000111110001111100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828226; }

 p { color: rgb(130,130,38); }

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

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

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

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

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

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

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