#828213

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

Shades of Trendy Green #828213

Tints of Trendy Green #828213

Color information

#828213 (or 0x828213) is unknown color: approx Trendy Green. HEX triplet: 82, 82 and 13. RGB value is (130,130,19). Sum of RGB (Red+Green+Blue) = 130+130+19=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828213 is #7D7DEC. Grayscale: #757575. Windows color (decimal): -8224237 or 1278594. OLE color: 1278594.

HSL color Cylindrical-coordinate representation of color #828213: hue angle of 60º 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 #828213 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB13013019-
CMYK000.850.49
HSL60º74.5%29.22%-
HSV(B)60º85.38%50.98%-
XYZ17.3120.763.71-
YUV117.3572.5137.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=46.59%
G=46.59%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013019000.850.496074.529.22
Hex8282130055313c4a1d
Octal2022022300125617411235
Binary100000101000001010011001010101110001111100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828213; }

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

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

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

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

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

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

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

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