#828227

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

Shades of Trendy Green #828227

Tints of Trendy Green #828227

Color information

#828227 (or 0x828227) is unknown color: approx Trendy Green. HEX triplet: 82, 82 and 27. RGB value is (130,130,39). Sum of RGB (Red+Green+Blue) = 130+130+39=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828227 is #7D7DD8. Grayscale: #777777. Windows color (decimal): -8224217 or 2589314. OLE color: 2589314.

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

Color convert

RGB13013039-
CMYK000.700.49
HSL60º53.85%33.14%-
HSV(B)60º70%50.98%-
XYZ17.5520.865.02-
YUV119.6382.5135.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 39 (15.62% from 255) = 13.04%
R=43.48%
G=43.48%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013039000.700.496053.8533.14
Hex8282270046313c3621
Octal202202470010661746641
Binary1000001010000010100111001000110110001111100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828227; }

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

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

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

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

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

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

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

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