#828432

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

Shades of Trendy Green #828432

Tints of Trendy Green #828432

Color information

#828432 (or 0x828432) is unknown color: approx Trendy Green. HEX triplet: 82, 84 and 32. RGB value is (130,132,50). Sum of RGB (Red+Green+Blue) = 130+132+50=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #828432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828432 is #7D7BCD. Grayscale: #7A7A7A. Windows color (decimal): -8223694 or 3310722. OLE color: 3310722.

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

Color convert

RGB13013250-
CMYK0.0200.620.48
HSL61.46º45.05%35.69%-
HSV(B)61.46º62.12%51.76%-
XYZ18.0321.486.21-
YUV122.0587.34133.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 50 (19.92% from 255) = 16.03%
R=41.67%
G=42.31%
B=16.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132500.0200.620.4861.4645.0535.69
Hex828432203E303d2d24
Octal20220462207660755544
Binary1000001010000100110010100111110110000111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828432; }

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

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

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

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

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

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

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

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