#828533

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

Shades of Trendy Green #828533

Tints of Trendy Green #828533

Color information

#828533 (or 0x828533) is unknown color: approx Trendy Green. HEX triplet: 82, 85 and 33. RGB value is (130,133,51). Sum of RGB (Red+Green+Blue) = 130+133+51=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #828533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828533 is #7D7ACC. Grayscale: #7B7B7B. Windows color (decimal): -8223437 or 3376514. OLE color: 3376514.

HSL color Cylindrical-coordinate representation of color #828533: hue angle of 62.2º 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 #828533 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB13013351-
CMYK0.0200.620.48
HSL62.2º44.57%36.08%-
HSV(B)62.2º61.65%52.16%-
XYZ18.1921.766.37-
YUV122.7687.51133.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 51 (20.31% from 255) = 16.24%
R=41.40%
G=42.36%
B=16.24%

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
Decimal130133510.0200.620.4862.244.5736.08
Hex828533203E303e2d24
Octal20220563207660765544
Binary1000001010000101110011100111110110000111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828533; }

 p { color: rgb(130,133,51); }

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

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

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

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

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

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

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