#828413

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

Shades of Trendy Green #828413

Tints of Trendy Green #828413

Color information

#828413 (or 0x828413) is unknown color: approx Trendy Green. HEX triplet: 82, 84 and 13. RGB value is (130,132,19). Sum of RGB (Red+Green+Blue) = 130+132+19=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #828413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828413 is #7D7BEC. Grayscale: #767676. Windows color (decimal): -8223725 or 1279106. OLE color: 1279106.

HSL color Cylindrical-coordinate representation of color #828413: hue angle of 61.06º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #828413 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB13013219-
CMYK0.0200.860.48
HSL61.06º74.83%29.61%-
HSV(B)61.06º85.61%51.76%-
XYZ17.5721.33.8-
YUV118.5271.84136.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 19 (7.81% from 255) = 6.76%
R=46.26%
G=46.98%
B=6.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132190.0200.860.4861.0674.8329.61
Hex8284132056303d4b1e
Octal2022042320126607511336
Binary1000001010000100100111001010110110000111101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828413; }

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

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

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

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

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

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

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

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