#828133

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

Shades of Trendy Green #828133

Tints of Trendy Green #828133

Color information

#828133 (or 0x828133) is unknown color: approx Trendy Green. HEX triplet: 82, 81 and 33. RGB value is (130,129,51). Sum of RGB (Red+Green+Blue) = 130+129+51=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #828133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828133 is #7D7ECC. Grayscale: #787878. Windows color (decimal): -8224461 or 3375490. OLE color: 3375490.

HSL color Cylindrical-coordinate representation of color #828133: hue angle of 59.24º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #828133 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB13012951-
CMYK00.010.610.49
HSL59.24º43.65%35.49%-
HSV(B)59.24º60.77%50.98%-
XYZ17.6520.696.19-
YUV120.4188.83134.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=41.94%
G=41.61%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301295100.010.610.4959.2443.6535.49
Hex828133013D313b2c23
Octal20220163017561735443
Binary100000101000000111001101111101110001111011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828133; }

 p { color: rgb(130,129,51); }

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

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

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

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

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

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

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