#828115

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

Shades of Trendy Green #828115

Tints of Trendy Green #828115

Color information

#828115 (or 0x828115) is unknown color: approx Trendy Green. HEX triplet: 82, 81 and 15. RGB value is (130,129,21). Sum of RGB (Red+Green+Blue) = 130+129+21=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #828115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828115 is #7D7EEA. Grayscale: #757575. Windows color (decimal): -8224491 or 1409410. OLE color: 1409410.

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

Color convert

RGB13012921-
CMYK00.010.840.49
HSL59.45º72.19%29.61%-
HSV(B)59.45º83.85%50.98%-
XYZ17.1920.53.76-
YUV116.9973.83137.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 129 (50.78% from 255) = 46.07%
BLUE value IS 21 (8.59% from 255) = 7.5%
R=46.43%
G=46.07%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301292100.010.840.4959.4572.1929.61
Hex8281150154313b481e
Octal2022012501124617311036
Binary100000101000000110101011010100110001111011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828115; }

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

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

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

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

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

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

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

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