#828125

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

Shades of Trendy Green #828125

Tints of Trendy Green #828125

Color information

#828125 (or 0x828125) is unknown color: approx Trendy Green. HEX triplet: 82, 81 and 25. RGB value is (130,129,37). Sum of RGB (Red+Green+Blue) = 130+129+37=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #828125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828125 is #7D7EDA. Grayscale: #777777. Windows color (decimal): -8224475 or 2457986. OLE color: 2457986.

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

Color convert

RGB13012937-
CMYK00.010.720.49
HSL59.35º55.69%32.75%-
HSV(B)59.35º71.54%50.98%-
XYZ17.3920.584.81-
YUV118.8181.83135.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 129 (50.78% from 255) = 43.58%
BLUE value IS 37 (14.84% from 255) = 12.5%
R=43.92%
G=43.58%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301293700.010.720.4959.3555.6932.75
Hex8281250148313b3821
Octal202201450111061737041
Binary1000001010000001100101011001000110001111011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828125; }

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

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

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

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

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

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

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

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