#828113

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

Shades of Trendy Green #828113

Tints of Trendy Green #828113

Color information

#828113 (or 0x828113) is unknown color: approx Trendy Green. HEX triplet: 82, 81 and 13. RGB value is (130,129,19). Sum of RGB (Red+Green+Blue) = 130+129+19=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #828113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828113 is #7D7EEC. Grayscale: #757575. Windows color (decimal): -8224493 or 1278338. OLE color: 1278338.

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

Color convert

RGB13012919-
CMYK00.010.850.49
HSL59.46º74.5%29.22%-
HSV(B)59.46º85.38%50.98%-
XYZ17.1720.493.67-
YUV116.7672.83137.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 129 (50.78% from 255) = 46.40%
BLUE value IS 19 (7.81% from 255) = 6.83%
R=46.76%
G=46.40%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301291900.010.850.4959.4674.529.22
Hex8281130155313b4a1d
Octal2022012301125617311235
Binary100000101000000110011011010101110001111011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828113; }

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

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

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

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

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

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

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

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